__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
getMyOffer() getMyOffer() : boolean Get the value of the MyOffer property. Returns boolean — MyOffer.
setMyOffer() setMyOffer( $value) : \this Set the value of the MyOffer property. Parameters $value Returns \this — instance
isSetMyOffer() isSetMyOffer() : true Check to see if MyOffer is set. Returns true — if MyOffer is set.
withMyOffer() withMyOffer( $value) : \This Set the value of MyOffer, return this. Parameters $value Returns \This — instance.
getSubCondition() getSubCondition() : String Get the value of the SubCondition property. Returns String — SubCondition.
setSubCondition() setSubCondition( $value) : \this Set the value of the SubCondition property. Parameters $value Returns \this — instance
isSetSubCondition() isSetSubCondition() : true Check to see if SubCondition is set. Returns true — if SubCondition is set.
withSubCondition() withSubCondition( $value) : \This Set the value of SubCondition, return this. Parameters $value Returns \This — instance.
getSellerFeedbackRating() getSellerFeedbackRating() : \SellerFeedbackType Get the value of the SellerFeedbackRating property. Returns \SellerFeedbackType — SellerFeedbackRating.
setSellerFeedbackRating() setSellerFeedbackRating( $value) : \this Set the value of the SellerFeedbackRating property. Parameters $value Returns \this — instance
isSetSellerFeedbackRating() isSetSellerFeedbackRating() : true Check to see if SellerFeedbackRating is set. Returns true — if SellerFeedbackRating is set.
withSellerFeedbackRating() withSellerFeedbackRating( $value) : \This Set the value of SellerFeedbackRating, return this. Parameters $value Returns \This — instance.
getShippingTime() getShippingTime() : \DetailedShippingTimeType Get the value of the ShippingTime property. Returns \DetailedShippingTimeType — ShippingTime.
setShippingTime() setShippingTime( $value) : \this Set the value of the ShippingTime property. Parameters $value Returns \this — instance
isSetShippingTime() isSetShippingTime() : true Check to see if ShippingTime is set. Returns true — if ShippingTime is set.
withShippingTime() withShippingTime( $value) : \This Set the value of ShippingTime, return this. Parameters $value Returns \This — instance.
getListingPrice() getListingPrice() : \MoneyType Get the value of the ListingPrice property. Returns \MoneyType — ListingPrice.
setListingPrice() setListingPrice( $value) : \this Set the value of the ListingPrice property. Parameters $value Returns \this — instance
isSetListingPrice() isSetListingPrice() : true Check to see if ListingPrice is set. Returns true — if ListingPrice is set.
withListingPrice() withListingPrice( $value) : \This Set the value of ListingPrice, return this. Parameters $value Returns \This — instance.
setPoints() setPoints( $value) : \this Set the value of the Points property. Parameters $value Returns \this — instance
withPoints() withPoints( $value) : \This Set the value of Points, return this. Parameters $value Returns \This — instance.
getShipping() getShipping() : \MoneyType Get the value of the Shipping property. Returns \MoneyType — Shipping.
setShipping() setShipping( $value) : \this Set the value of the Shipping property. Parameters $value Returns \this — instance
isSetShipping() isSetShipping() : true Check to see if Shipping is set. Returns true — if Shipping is set.
withShipping() withShipping( $value) : \This Set the value of Shipping, return this. Parameters $value Returns \This — instance.
getShipsFrom() getShipsFrom() : \ShipsFromType Get the value of the ShipsFrom property. Returns \ShipsFromType — ShipsFrom.
setShipsFrom() setShipsFrom( $value) : \this Set the value of the ShipsFrom property. Parameters $value Returns \this — instance
isSetShipsFrom() isSetShipsFrom() : true Check to see if ShipsFrom is set. Returns true — if ShipsFrom is set.
withShipsFrom() withShipsFrom( $value) : \This Set the value of ShipsFrom, return this. Parameters $value Returns \This — instance.
isIsFulfilledByAmazon() isIsFulfilledByAmazon() : true Check the value of IsFulfilledByAmazon. Returns true — if IsFulfilledByAmazon is set to true.
getIsFulfilledByAmazon() getIsFulfilledByAmazon() : boolean Get the value of the IsFulfilledByAmazon property. Returns boolean — IsFulfilledByAmazon.
setIsFulfilledByAmazon() setIsFulfilledByAmazon( $value) : \this Set the value of the IsFulfilledByAmazon property. Parameters $value Returns \this — instance
isSetIsFulfilledByAmazon() isSetIsFulfilledByAmazon() : true Check to see if IsFulfilledByAmazon is set. Returns true — if IsFulfilledByAmazon is set.
withIsFulfilledByAmazon() withIsFulfilledByAmazon( $value) : \This Set the value of IsFulfilledByAmazon, return this. Parameters $value Returns \This — instance.
isIsBuyBoxWinner() isIsBuyBoxWinner() : true Check the value of IsBuyBoxWinner. Returns true — if IsBuyBoxWinner is set to true.
getIsBuyBoxWinner() getIsBuyBoxWinner() : Boolean Get the value of the IsBuyBoxWinner property. Returns Boolean — IsBuyBoxWinner.
setIsBuyBoxWinner() setIsBuyBoxWinner( $value) : \this Set the value of the IsBuyBoxWinner property. Parameters $value Returns \this — instance
isSetIsBuyBoxWinner() isSetIsBuyBoxWinner() : true Check to see if IsBuyBoxWinner is set. Returns true — if IsBuyBoxWinner is set.
withIsBuyBoxWinner() withIsBuyBoxWinner( $value) : \This Set the value of IsBuyBoxWinner, return this. Parameters $value Returns \This — instance.
isIsFeaturedMerchant() isIsFeaturedMerchant() : true Check the value of IsFeaturedMerchant. Returns true — if IsFeaturedMerchant is set to true.
getIsFeaturedMerchant() getIsFeaturedMerchant() : Boolean Get the value of the IsFeaturedMerchant property. Returns Boolean — IsFeaturedMerchant.
setIsFeaturedMerchant() setIsFeaturedMerchant( $value) : \this Set the value of the IsFeaturedMerchant property. Parameters $value Returns \this — instance
isSetIsFeaturedMerchant() isSetIsFeaturedMerchant() : true Check to see if IsFeaturedMerchant is set. Returns true — if IsFeaturedMerchant is set.
withIsFeaturedMerchant() withIsFeaturedMerchant( $value) : \This Set the value of IsFeaturedMerchant, return this. Parameters $value Returns \This — instance.