__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.
setIdType() setIdType( $value) : \this Set the value of the IdType property. Parameters $value Returns \this — instance
withIdType() withIdType( $value) : \This Set the value of IdType, return this. Parameters $value Returns \This — instance.
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.