\MarketplaceWebServiceProducts_Model_FeesEstimateRequest

MarketplaceWebServiceProducts_Model_FeesEstimateRequest

Properties:

  • MarketplaceId: string
  • IdType: string
  • IdValue: string
  • IsAmazonFulfilled: bool
  • PriceToEstimateFees: MarketplaceWebServiceProducts_Model_PriceToEstimateFees
  • Identifier: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getMarketplaceId()
setMarketplaceId()
isSetMarketplaceId()
withMarketplaceId()
getIdType()
setIdType()
isSetIdType()
withIdType()
getIdValue()
setIdValue()
isSetIdValue()
withIdValue()
isIsAmazonFulfilled()
getIsAmazonFulfilled()
setIsAmazonFulfilled()
isSetIsAmazonFulfilled()
withIsAmazonFulfilled()
getPriceToEstimateFees()
setPriceToEstimateFees()
isSetPriceToEstimateFees()
withPriceToEstimateFees()
getIdentifier()
setIdentifier()
isSetIdentifier()
withIdentifier()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(mixed  $data = null) 

Construct new model class

Parameters

mixed $data
  • DOMElement or Associative Array to construct from.

__get()

__get(string  $propertyName) 

Support for virtual properties getters.

Virtual property call example:

$action->Property

Direct getter(preferred):

$action->getProperty()

Parameters

string $propertyName

name of the property

__set()

__set(string  $propertyName,   $propertyValue) 

Support for virtual properties setters.

Virtual property call example:

$action->Property = 'ABC'

Direct setter (preferred):

$action->setProperty('ABC')

Parameters

string $propertyName

name of the property

$propertyValue

toQueryParameterArray()

toQueryParameterArray() : array

Convert to query parameters suitable for POSTing.

Returns

array —

of query parameters

getMarketplaceId()

getMarketplaceId() : String

Get the value of the MarketplaceId property.

Returns

String —

MarketplaceId.

setMarketplaceId()

setMarketplaceId(  $value) : \this

Set the value of the MarketplaceId property.

Parameters

$value

Returns

\this —

instance

isSetMarketplaceId()

isSetMarketplaceId() : true

Check to see if MarketplaceId is set.

Returns

true —

if MarketplaceId is set.

withMarketplaceId()

withMarketplaceId(  $value) : \This

Set the value of MarketplaceId, return this.

Parameters

$value

Returns

\This —

instance.

getIdType()

getIdType() : String

Get the value of the IdType property.

Returns

String —

IdType.

setIdType()

setIdType(  $value) : \this

Set the value of the IdType property.

Parameters

$value

Returns

\this —

instance

isSetIdType()

isSetIdType() : true

Check to see if IdType is set.

Returns

true —

if IdType is set.

withIdType()

withIdType(  $value) : \This

Set the value of IdType, return this.

Parameters

$value

Returns

\This —

instance.

getIdValue()

getIdValue() : String

Get the value of the IdValue property.

Returns

String —

IdValue.

setIdValue()

setIdValue(  $value) : \this

Set the value of the IdValue property.

Parameters

$value

Returns

\this —

instance

isSetIdValue()

isSetIdValue() : true

Check to see if IdValue is set.

Returns

true —

if IdValue is set.

withIdValue()

withIdValue(  $value) : \This

Set the value of IdValue, return this.

Parameters

$value

Returns

\This —

instance.

isIsAmazonFulfilled()

isIsAmazonFulfilled() : true

Check the value of IsAmazonFulfilled.

Returns

true —

if IsAmazonFulfilled is set to true.

getIsAmazonFulfilled()

getIsAmazonFulfilled() : Boolean

Get the value of the IsAmazonFulfilled property.

Returns

Boolean —

IsAmazonFulfilled.

setIsAmazonFulfilled()

setIsAmazonFulfilled(  $value) : \this

Set the value of the IsAmazonFulfilled property.

Parameters

$value

Returns

\this —

instance

isSetIsAmazonFulfilled()

isSetIsAmazonFulfilled() : true

Check to see if IsAmazonFulfilled is set.

Returns

true —

if IsAmazonFulfilled is set.

withIsAmazonFulfilled()

withIsAmazonFulfilled(  $value) : \This

Set the value of IsAmazonFulfilled, return this.

Parameters

$value

Returns

\This —

instance.

getPriceToEstimateFees()

getPriceToEstimateFees() : \PriceToEstimateFees

Get the value of the PriceToEstimateFees property.

Returns

\PriceToEstimateFees —

PriceToEstimateFees.

setPriceToEstimateFees()

setPriceToEstimateFees(  $value) : \this

Set the value of the PriceToEstimateFees property.

Parameters

$value

Returns

\this —

instance

isSetPriceToEstimateFees()

isSetPriceToEstimateFees() : true

Check to see if PriceToEstimateFees is set.

Returns

true —

if PriceToEstimateFees is set.

withPriceToEstimateFees()

withPriceToEstimateFees(  $value) : \This

Set the value of PriceToEstimateFees, return this.

Parameters

$value

Returns

\This —

instance.

getIdentifier()

getIdentifier() : String

Get the value of the Identifier property.

Returns

String —

Identifier.

setIdentifier()

setIdentifier(  $value) : \this

Set the value of the Identifier property.

Parameters

$value

Returns

\this —

instance

isSetIdentifier()

isSetIdentifier() : true

Check to see if Identifier is set.

Returns

true —

if Identifier is set.

withIdentifier()

withIdentifier(  $value) : \This

Set the value of Identifier, return this.

Parameters

$value

Returns

\This —

instance.