__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.
setSKU() setSKU( $value) : \this Set the value of the SKU property. Parameters $value Returns \this — instance
withSKU() withSKU( $value) : \This Set the value of SKU, return this. Parameters $value Returns \This — instance.
getItemCondition() getItemCondition() : String Get the value of the ItemCondition property. Returns String — ItemCondition.
setItemCondition() setItemCondition( $value) : \this Set the value of the ItemCondition property. Parameters $value Returns \this — instance
isSetItemCondition() isSetItemCondition() : true Check to see if ItemCondition is set. Returns true — if ItemCondition is set.
withItemCondition() withItemCondition( $value) : \This Set the value of ItemCondition, return this. Parameters $value Returns \This — instance.
setstatus() setstatus( $value) : \this Set the value of the status property. Parameters $value Returns \this — instance
withstatus() withstatus( $value) : \This Set the value of status, return this. Parameters $value Returns \This — instance.
getIdentifier() getIdentifier() : \GetLowestPricedOffersSkuIdentifier Get the value of the Identifier property. Returns \GetLowestPricedOffersSkuIdentifier — 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.
getSummary() getSummary() : \Summary Get the value of the Summary property. Returns \Summary — Summary.
setSummary() setSummary( $value) : \this Set the value of the Summary property. Parameters $value Returns \this — instance
isSetSummary() isSetSummary() : true Check to see if Summary is set. Returns true — if Summary is set.
withSummary() withSummary( $value) : \This Set the value of Summary, return this. Parameters $value Returns \This — instance.
getOffers() getOffers() : \SKUOfferDetailList Get the value of the Offers property. Returns \SKUOfferDetailList — Offers.
setOffers() setOffers( $value) : \this Set the value of the Offers property. Parameters $value Returns \this — instance
withOffers() withOffers( $value) : \This Set the value of Offers, return this. Parameters $value Returns \This — instance.