__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
getTotalOfferCount() getTotalOfferCount() : integer Get the value of the TotalOfferCount property. Returns integer — TotalOfferCount.
setTotalOfferCount() setTotalOfferCount( $value) : \this Set the value of the TotalOfferCount property. Parameters $value Returns \this — instance
isSetTotalOfferCount() isSetTotalOfferCount() : true Check to see if TotalOfferCount is set. Returns true — if TotalOfferCount is set.
withTotalOfferCount() withTotalOfferCount( $value) : \This Set the value of TotalOfferCount, return this. Parameters $value Returns \This — instance.
getNumberOfOffers() getNumberOfOffers() : \NumberOfOffers Get the value of the NumberOfOffers property. Returns \NumberOfOffers — NumberOfOffers.
setNumberOfOffers() setNumberOfOffers( $value) : \this Set the value of the NumberOfOffers property. Parameters $value Returns \this — instance
isSetNumberOfOffers() isSetNumberOfOffers() : true Check to see if NumberOfOffers is set. Returns true — if NumberOfOffers is set.
withNumberOfOffers() withNumberOfOffers( $value) : \This Set the value of NumberOfOffers, return this. Parameters $value Returns \This — instance.
getLowestPrices() getLowestPrices() : \LowestPrices Get the value of the LowestPrices property. Returns \LowestPrices — LowestPrices.
setLowestPrices() setLowestPrices( $value) : \this Set the value of the LowestPrices property. Parameters $value Returns \this — instance
isSetLowestPrices() isSetLowestPrices() : true Check to see if LowestPrices is set. Returns true — if LowestPrices is set.
withLowestPrices() withLowestPrices( $value) : \This Set the value of LowestPrices, return this. Parameters $value Returns \This — instance.
getBuyBoxPrices() getBuyBoxPrices() : \BuyBoxPrices Get the value of the BuyBoxPrices property. Returns \BuyBoxPrices — BuyBoxPrices.
setBuyBoxPrices() setBuyBoxPrices( $value) : \this Set the value of the BuyBoxPrices property. Parameters $value Returns \this — instance
isSetBuyBoxPrices() isSetBuyBoxPrices() : true Check to see if BuyBoxPrices is set. Returns true — if BuyBoxPrices is set.
withBuyBoxPrices() withBuyBoxPrices( $value) : \This Set the value of BuyBoxPrices, return this. Parameters $value Returns \This — instance.
getListPrice() getListPrice() : \MoneyType Get the value of the ListPrice property. Returns \MoneyType — ListPrice.
setListPrice() setListPrice( $value) : \this Set the value of the ListPrice property. Parameters $value Returns \this — instance
isSetListPrice() isSetListPrice() : true Check to see if ListPrice is set. Returns true — if ListPrice is set.
withListPrice() withListPrice( $value) : \This Set the value of ListPrice, return this. Parameters $value Returns \This — instance.
getSuggestedLowerPricePlusShipping() getSuggestedLowerPricePlusShipping() : \MoneyType Get the value of the SuggestedLowerPricePlusShipping property. Returns \MoneyType — SuggestedLowerPricePlusShipping.
setSuggestedLowerPricePlusShipping() setSuggestedLowerPricePlusShipping( $value) : \this Set the value of the SuggestedLowerPricePlusShipping property. Parameters $value Returns \this — instance
isSetSuggestedLowerPricePlusShipping() isSetSuggestedLowerPricePlusShipping() : true Check to see if SuggestedLowerPricePlusShipping is set. Returns true — if SuggestedLowerPricePlusShipping is set.
withSuggestedLowerPricePlusShipping() withSuggestedLowerPricePlusShipping( $value) : \This Set the value of SuggestedLowerPricePlusShipping, return this. Parameters $value Returns \This — instance.
getBuyBoxEligibleOffers() getBuyBoxEligibleOffers() : \BuyBoxEligibleOffers Get the value of the BuyBoxEligibleOffers property. Returns \BuyBoxEligibleOffers — BuyBoxEligibleOffers.
setBuyBoxEligibleOffers() setBuyBoxEligibleOffers( $value) : \this Set the value of the BuyBoxEligibleOffers property. Parameters $value Returns \this — instance
isSetBuyBoxEligibleOffers() isSetBuyBoxEligibleOffers() : true Check to see if BuyBoxEligibleOffers is set. Returns true — if BuyBoxEligibleOffers is set.
withBuyBoxEligibleOffers() withBuyBoxEligibleOffers( $value) : \This Set the value of BuyBoxEligibleOffers, return this. Parameters $value Returns \This — instance.
getOffersAvailableTime() getOffersAvailableTime() : \XMLGregorianCalendar Get the value of the OffersAvailableTime property. Returns \XMLGregorianCalendar — OffersAvailableTime.
setOffersAvailableTime() setOffersAvailableTime( $value) : \this Set the value of the OffersAvailableTime property. Parameters $value Returns \this — instance
isSetOffersAvailableTime() isSetOffersAvailableTime() : true Check to see if OffersAvailableTime is set. Returns true — if OffersAvailableTime is set.
withOffersAvailableTime() withOffersAvailableTime( $value) : \This Set the value of OffersAvailableTime, return this. Parameters $value Returns \This — instance.