\MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForSKUResult

MarketplaceWebServiceProducts_Model_GetLowestPricedOffersForSKUResult

Properties:

  • MarketplaceID: string
  • SKU: string
  • ItemCondition: string
  • status: string
  • Identifier: MarketplaceWebServiceProducts_Model_GetLowestPricedOffersSkuIdentifier
  • Summary: MarketplaceWebServiceProducts_Model_Summary
  • Offers: MarketplaceWebServiceProducts_Model_SKUOfferDetailList

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getMarketplaceID()
setMarketplaceID()
isSetMarketplaceID()
withMarketplaceID()
getSKU()
setSKU()
isSetSKU()
withSKU()
getItemCondition()
setItemCondition()
isSetItemCondition()
withItemCondition()
getstatus()
setstatus()
isSetstatus()
withstatus()
getIdentifier()
setIdentifier()
isSetIdentifier()
withIdentifier()
getSummary()
setSummary()
isSetSummary()
withSummary()
getOffers()
setOffers()
isSetOffers()
withOffers()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__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.

getSKU()

getSKU() : String

Get the value of the SKU property.

Returns

String —

SKU.

setSKU()

setSKU(  $value) : \this

Set the value of the SKU property.

Parameters

$value

Returns

\this —

instance

isSetSKU()

isSetSKU() : true

Check to see if SKU is set.

Returns

true —

if SKU is set.

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.

getstatus()

getstatus() : String

Get the value of the status property.

Returns

String —

status.

setstatus()

setstatus(  $value) : \this

Set the value of the status property.

Parameters

$value

Returns

\this —

instance

isSetstatus()

isSetstatus() : true

Check to see if status is set.

Returns

true —

if status is set.

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

isSetOffers()

isSetOffers() : true

Check to see if Offers is set.

Returns

true —

if Offers is set.

withOffers()

withOffers(  $value) : \This

Set the value of Offers, return this.

Parameters

$value

Returns

\This —

instance.