\MarketplaceWebServiceProducts_Model_GetLowestOfferListingsForSKUResult

MarketplaceWebServiceProducts_Model_GetLowestOfferListingsForSKUResult

Properties:

  • AllOfferListingsConsidered: bool
  • Product: MarketplaceWebServiceProducts_Model_Product
  • Error: MarketplaceWebServiceProducts_Model_Error
  • SellerSKU: string
  • status: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
isAllOfferListingsConsidered()
getAllOfferListingsConsidered()
setAllOfferListingsConsidered()
isSetAllOfferListingsConsidered()
withAllOfferListingsConsidered()
getProduct()
setProduct()
isSetProduct()
withProduct()
getError()
setError()
isSetError()
withError()
getSellerSKU()
setSellerSKU()
isSetSellerSKU()
withSellerSKU()
getstatus()
setstatus()
isSetstatus()
withstatus()
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

isAllOfferListingsConsidered()

isAllOfferListingsConsidered() : true

Check the value of AllOfferListingsConsidered.

Returns

true —

if AllOfferListingsConsidered is set to true.

getAllOfferListingsConsidered()

getAllOfferListingsConsidered() : Boolean

Get the value of the AllOfferListingsConsidered property.

Returns

Boolean —

AllOfferListingsConsidered.

setAllOfferListingsConsidered()

setAllOfferListingsConsidered(  $value) : \this

Set the value of the AllOfferListingsConsidered property.

Parameters

$value

Returns

\this —

instance

isSetAllOfferListingsConsidered()

isSetAllOfferListingsConsidered() : true

Check to see if AllOfferListingsConsidered is set.

Returns

true —

if AllOfferListingsConsidered is set.

withAllOfferListingsConsidered()

withAllOfferListingsConsidered(  $value) : \This

Set the value of AllOfferListingsConsidered, return this.

Parameters

$value

Returns

\This —

instance.

getProduct()

getProduct() : \Product

Get the value of the Product property.

Returns

\Product —

Product.

setProduct()

setProduct(  $value) : \this

Set the value of the Product property.

Parameters

$value

Returns

\this —

instance

isSetProduct()

isSetProduct() : true

Check to see if Product is set.

Returns

true —

if Product is set.

withProduct()

withProduct(  $value) : \This

Set the value of Product, return this.

Parameters

$value

Returns

\This —

instance.

getError()

getError() : \Error

Get the value of the Error property.

Returns

\Error —

Error.

setError()

setError(  $value) : \this

Set the value of the Error property.

Parameters

$value

Returns

\this —

instance

isSetError()

isSetError() : true

Check to see if Error is set.

Returns

true —

if Error is set.

withError()

withError(  $value) : \This

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

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.