\MarketplaceWebServiceProducts_Model_GetLowestPricedOffersSkuIdentifier

MarketplaceWebServiceProducts_Model_GetLowestPricedOffersSkuIdentifier

Properties:

  • MarketplaceId: string
  • SellerSKU: string
  • ItemCondition: string
  • TimeOfOfferChange: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getMarketplaceId()
setMarketplaceId()
isSetMarketplaceId()
withMarketplaceId()
getSellerSKU()
setSellerSKU()
isSetSellerSKU()
withSellerSKU()
getItemCondition()
setItemCondition()
isSetItemCondition()
withItemCondition()
getTimeOfOfferChange()
setTimeOfOfferChange()
isSetTimeOfOfferChange()
withTimeOfOfferChange()
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.

getSellerSKU()

getSellerSKU() : String

Get the value of the SellerSKU property.

Returns

String —

SellerSKU.

setSellerSKU()

setSellerSKU(  $value) : \this

Set the value of the SellerSKU property.

Parameters

$value

Returns

\this —

instance

isSetSellerSKU()

isSetSellerSKU() : true

Check to see if SellerSKU is set.

Returns

true —

if SellerSKU is set.

withSellerSKU()

withSellerSKU(  $value) : \This

Set the value of SellerSKU, 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.

getTimeOfOfferChange()

getTimeOfOfferChange() : \XMLGregorianCalendar

Get the value of the TimeOfOfferChange property.

Returns

\XMLGregorianCalendar —

TimeOfOfferChange.

setTimeOfOfferChange()

setTimeOfOfferChange(  $value) : \this

Set the value of the TimeOfOfferChange property.

Parameters

$value

Returns

\this —

instance

isSetTimeOfOfferChange()

isSetTimeOfOfferChange() : true

Check to see if TimeOfOfferChange is set.

Returns

true —

if TimeOfOfferChange is set.

withTimeOfOfferChange()

withTimeOfOfferChange(  $value) : \This

Set the value of TimeOfOfferChange, return this.

Parameters

$value

Returns

\This —

instance.