\MarketplaceWebService_Model_GetReportCountRequest

MarketplaceWebService_Model_GetReportCountRequest

Properties:

  • Marketplace: string
  • Merchant: string
  • ReportTypeList: MarketplaceWebService_Model_TypeList
  • Acknowledged: bool
  • AvailableFromDate: string
  • AvailableToDate: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getMarketplace()
setMarketplace()
withMarketplace()
isSetMarketplace()
getMerchant()
setMerchant()
withMerchant()
isSetMerchant()
getMWSAuthToken()
setMWSAuthToken()
withMWSAuthToken()
isSetMWSAuthToken()
getReportTypeList()
setReportTypeList()
withReportTypeList()
isSetReportTypeList()
getAcknowledged()
setAcknowledged()
withAcknowledged()
isSetAcknowledged()
getAvailableFromDate()
setAvailableFromDate()
withAvailableFromDate()
isSetAvailableFromDate()
getAvailableToDate()
setAvailableToDate()
withAvailableToDate()
isSetAvailableToDate()
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 MarketplaceWebService_Model_GetReportCountRequest

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • Marketplace: string
  • Merchant: string
  • ReportTypeList: MarketplaceWebService_Model_TypeList
  • Acknowledged: bool
  • AvailableFromDate: string
  • AvailableToDate: string

__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

getMarketplace()

getMarketplace() : string

Gets the value of the Marketplace property.

Returns

string —

Marketplace

setMarketplace()

setMarketplace(  $value) : \this

Sets the value of the Marketplace property.

Parameters

$value

Returns

\this —

instance

withMarketplace()

withMarketplace(string  $value) : \MarketplaceWebService_Model_GetReportCountRequest

Sets the value of the Marketplace and returns this instance

Parameters

string $value

Marketplace

Returns

\MarketplaceWebService_Model_GetReportCountRequest

instance

isSetMarketplace()

isSetMarketplace() : boolean

Checks if Marketplace is set

Returns

boolean —

true if Marketplace is set

getMerchant()

getMerchant() : string

Gets the value of the Merchant property.

Returns

string —

Merchant

setMerchant()

setMerchant(  $value) : \this

Sets the value of the Merchant property.

Parameters

$value

Returns

\this —

instance

withMerchant()

withMerchant(string  $value) : \MarketplaceWebService_Model_GetReportCountRequest

Sets the value of the Merchant and returns this instance

Parameters

string $value

Merchant

Returns

\MarketplaceWebService_Model_GetReportCountRequest

instance

isSetMerchant()

isSetMerchant() : boolean

Checks if Merchant is set

Returns

boolean —

true if Merchant is set

getMWSAuthToken()

getMWSAuthToken() : string

Gets the value of the MWSAuthToken property.

Returns

string —

MWSAuthToken

setMWSAuthToken()

setMWSAuthToken(  $value) : \this

Sets the value of the MWSAuthToken property.

Parameters

$value

Returns

\this —

instance

withMWSAuthToken()

withMWSAuthToken(string  $value) : \MarketplaceWebService_Model_GetReportCountRequest

Sets the value of the MWSAuthToken and returns this instance

Parameters

string $value

MWSAuthToken

Returns

\MarketplaceWebService_Model_GetReportCountRequest

instance

isSetMWSAuthToken()

isSetMWSAuthToken() : boolean

Checks if MWSAuthToken is set

Returns

boolean —

true if MWSAuthToken is set

getReportTypeList()

getReportTypeList() : \TypeList

Gets the value of the ReportTypeList.

Returns

\TypeList —

ReportTypeList

setReportTypeList()

setReportTypeList(  $value) : void

Sets the value of the ReportTypeList.

Parameters

$value

withReportTypeList()

withReportTypeList(\TypeList  $value) : \MarketplaceWebService_Model_GetReportCountRequest

Sets the value of the ReportTypeList and returns this instance

Parameters

\TypeList $value

ReportTypeList

Returns

\MarketplaceWebService_Model_GetReportCountRequest

instance

isSetReportTypeList()

isSetReportTypeList() : boolean

Checks if ReportTypeList is set

Returns

boolean —

true if ReportTypeList property is set

getAcknowledged()

getAcknowledged() : boolean

Gets the value of the Acknowledged property.

Returns

boolean —

Acknowledged

setAcknowledged()

setAcknowledged(  $value) : \this

Sets the value of the Acknowledged property.

Parameters

$value

Returns

\this —

instance

withAcknowledged()

withAcknowledged(boolean  $value) : \MarketplaceWebService_Model_GetReportCountRequest

Sets the value of the Acknowledged and returns this instance

Parameters

boolean $value

Acknowledged

Returns

\MarketplaceWebService_Model_GetReportCountRequest

instance

isSetAcknowledged()

isSetAcknowledged() : boolean

Checks if Acknowledged is set

Returns

boolean —

true if Acknowledged is set

getAvailableFromDate()

getAvailableFromDate() : string

Gets the value of the AvailableFromDate property.

Returns

string —

AvailableFromDate

setAvailableFromDate()

setAvailableFromDate(  $value) : \this

Sets the value of the AvailableFromDate property.

Parameters

$value

Returns

\this —

instance

withAvailableFromDate()

withAvailableFromDate(string  $value) : \MarketplaceWebService_Model_GetReportCountRequest

Sets the value of the AvailableFromDate and returns this instance

Parameters

string $value

AvailableFromDate

Returns

\MarketplaceWebService_Model_GetReportCountRequest

instance

isSetAvailableFromDate()

isSetAvailableFromDate() : boolean

Checks if AvailableFromDate is set

Returns

boolean —

true if AvailableFromDate is set

getAvailableToDate()

getAvailableToDate() : string

Gets the value of the AvailableToDate property.

Returns

string —

AvailableToDate

setAvailableToDate()

setAvailableToDate(  $value) : \this

Sets the value of the AvailableToDate property.

Parameters

$value

Returns

\this —

instance

withAvailableToDate()

withAvailableToDate(string  $value) : \MarketplaceWebService_Model_GetReportCountRequest

Sets the value of the AvailableToDate and returns this instance

Parameters

string $value

AvailableToDate

Returns

\MarketplaceWebService_Model_GetReportCountRequest

instance

isSetAvailableToDate()

isSetAvailableToDate() : boolean

Checks if AvailableToDate is set

Returns

boolean —

true if AvailableToDate is set