__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.
getSellerId() getSellerId() : String Get the value of the SellerId property. Returns String — SellerId.
setSellerId() setSellerId( $value) : \this Set the value of the SellerId property. Parameters $value Returns \this — instance
isSetSellerId() isSetSellerId() : true Check to see if SellerId is set. Returns true — if SellerId is set.
withSellerId() withSellerId( $value) : \This Set the value of SellerId, 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.
getSellerInputIdentifier() getSellerInputIdentifier() : String Get the value of the SellerInputIdentifier property. Returns String — SellerInputIdentifier.
setSellerInputIdentifier() setSellerInputIdentifier( $value) : \this Set the value of the SellerInputIdentifier property. Parameters $value Returns \this — instance
isSetSellerInputIdentifier() isSetSellerInputIdentifier() : true Check to see if SellerInputIdentifier is set. Returns true — if SellerInputIdentifier is set.
withSellerInputIdentifier() withSellerInputIdentifier( $value) : \This Set the value of SellerInputIdentifier, return this. Parameters $value Returns \This — instance.