\MarketplaceWebServiceProducts_Model_GetMatchingProductForIdRequest

MarketplaceWebServiceProducts_Model_GetMatchingProductForIdRequest

Properties:

  • SellerId: string
  • MWSAuthToken: string
  • MarketplaceId: string
  • IdType: string
  • IdList: MarketplaceWebServiceProducts_Model_IdListType

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getSellerId()
setSellerId()
isSetSellerId()
withSellerId()
getMWSAuthToken()
setMWSAuthToken()
isSetMWSAuthToken()
withMWSAuthToken()
getMarketplaceId()
setMarketplaceId()
isSetMarketplaceId()
withMarketplaceId()
getIdType()
setIdType()
isSetIdType()
withIdType()
getIdList()
setIdList()
isSetIdList()
withIdList()
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

getSellerId()

getSellerId() : String

Get the value of the SellerId property.

Returns

String —

SellerId.

setSellerId()

setSellerId(  $value) : \this

Set the value of the SellerId property.

Parameters

$value

Returns

\this —

instance

isSetSellerId()

isSetSellerId() : true

Check to see if SellerId is set.

Returns

true —

if SellerId is set.

withSellerId()

withSellerId(  $value) : \This

Set the value of SellerId, return this.

Parameters

$value

Returns

\This —

instance.

getMWSAuthToken()

getMWSAuthToken() : String

Get the value of the MWSAuthToken property.

Returns

String —

MWSAuthToken.

setMWSAuthToken()

setMWSAuthToken(  $value) : \this

Set the value of the MWSAuthToken property.

Parameters

$value

Returns

\this —

instance

isSetMWSAuthToken()

isSetMWSAuthToken() : true

Check to see if MWSAuthToken is set.

Returns

true —

if MWSAuthToken is set.

withMWSAuthToken()

withMWSAuthToken(  $value) : \This

Set the value of MWSAuthToken, return this.

Parameters

$value

Returns

\This —

instance.

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.

getIdType()

getIdType() : String

Get the value of the IdType property.

Returns

String —

IdType.

setIdType()

setIdType(  $value) : \this

Set the value of the IdType property.

Parameters

$value

Returns

\this —

instance

isSetIdType()

isSetIdType() : true

Check to see if IdType is set.

Returns

true —

if IdType is set.

withIdType()

withIdType(  $value) : \This

Set the value of IdType, return this.

Parameters

$value

Returns

\This —

instance.

getIdList()

getIdList() : \IdListType

Get the value of the IdList property.

Returns

\IdListType —

IdList.

setIdList()

setIdList(  $value) : \this

Set the value of the IdList property.

Parameters

$value

Returns

\this —

instance

isSetIdList()

isSetIdList() : true

Check to see if IdList is set.

Returns

true —

if IdList is set.

withIdList()

withIdList(  $value) : \This

Set the value of IdList, return this.

Parameters

$value

Returns

\This —

instance.