\MarketplaceWebService_Model_CancelReportRequestsRequest

MarketplaceWebService_Model_CancelReportRequestsRequest

Properties:

  • Marketplace: string
  • Merchant: string
  • ReportRequestIdList: MarketplaceWebService_Model_IdList
  • ReportTypeList: MarketplaceWebService_Model_TypeList
  • ReportProcessingStatusList: MarketplaceWebService_Model_StatusList
  • RequestedFromDate: string
  • RequestedToDate: string

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getMarketplace()
setMarketplace()
withMarketplace()
isSetMarketplace()
getMerchant()
setMerchant()
withMerchant()
isSetMerchant()
getMWSAuthToken()
setMWSAuthToken()
withMWSAuthToken()
isSetMWSAuthToken()
getReportRequestIdList()
setReportRequestIdList()
withReportRequestIdList()
isSetReportRequestIdList()
getReportTypeList()
setReportTypeList()
withReportTypeList()
isSetReportTypeList()
getReportProcessingStatusList()
setReportProcessingStatusList()
withReportProcessingStatusList()
isSetReportProcessingStatusList()
getRequestedFromDate()
setRequestedFromDate()
withRequestedFromDate()
isSetRequestedFromDate()
getRequestedToDate()
setRequestedToDate()
withRequestedToDate()
isSetRequestedToDate()
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_CancelReportRequestsRequest

Parameters

mixed $data

DOMElement or Associative Array to construct from.

Valid properties:

  • Marketplace: string
  • Merchant: string
  • ReportRequestIdList: MarketplaceWebService_Model_IdList
  • ReportTypeList: MarketplaceWebService_Model_TypeList
  • ReportProcessingStatusList: MarketplaceWebService_Model_StatusList
  • RequestedFromDate: string
  • RequestedToDate: 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_CancelReportRequestsRequest

Sets the value of the Marketplace and returns this instance

Parameters

string $value

Marketplace

Returns

\MarketplaceWebService_Model_CancelReportRequestsRequest

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

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_CancelReportRequestsRequest

Sets the value of the MWSAuthToken and returns this instance

Parameters

string $value

MWSAuthToken

Returns

\MarketplaceWebService_Model_CancelReportRequestsRequest

instance

isSetMWSAuthToken()

isSetMWSAuthToken() : boolean

Checks if MWSAuthToken is set

Returns

boolean —

true if MWSAuthToken is set

getReportRequestIdList()

getReportRequestIdList() : \IdList

Gets the value of the ReportRequestIdList.

Returns

\IdList —

ReportRequestIdList

setReportRequestIdList()

setReportRequestIdList(  $value) : void

Sets the value of the ReportRequestIdList.

Parameters

$value

withReportRequestIdList()

withReportRequestIdList(\IdList  $value) : \MarketplaceWebService_Model_CancelReportRequestsRequest

Sets the value of the ReportRequestIdList and returns this instance

Parameters

\IdList $value

ReportRequestIdList

Returns

\MarketplaceWebService_Model_CancelReportRequestsRequest

instance

isSetReportRequestIdList()

isSetReportRequestIdList() : boolean

Checks if ReportRequestIdList is set

Returns

boolean —

true if ReportRequestIdList property 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_CancelReportRequestsRequest

Sets the value of the ReportTypeList and returns this instance

Parameters

\TypeList $value

ReportTypeList

Returns

\MarketplaceWebService_Model_CancelReportRequestsRequest

instance

isSetReportTypeList()

isSetReportTypeList() : boolean

Checks if ReportTypeList is set

Returns

boolean —

true if ReportTypeList property is set

getReportProcessingStatusList()

getReportProcessingStatusList() : \StatusList

Gets the value of the ReportProcessingStatusList.

Returns

\StatusList —

ReportProcessingStatusList

setReportProcessingStatusList()

setReportProcessingStatusList(  $value) : void

Sets the value of the ReportProcessingStatusList.

Parameters

$value

withReportProcessingStatusList()

withReportProcessingStatusList(\StatusList  $value) : \MarketplaceWebService_Model_CancelReportRequestsRequest

Sets the value of the ReportProcessingStatusList and returns this instance

Parameters

\StatusList $value

ReportProcessingStatusList

Returns

\MarketplaceWebService_Model_CancelReportRequestsRequest

instance

isSetReportProcessingStatusList()

isSetReportProcessingStatusList() : boolean

Checks if ReportProcessingStatusList is set

Returns

boolean —

true if ReportProcessingStatusList property is set

getRequestedFromDate()

getRequestedFromDate() : string

Gets the value of the RequestedFromDate property.

Returns

string —

RequestedFromDate

setRequestedFromDate()

setRequestedFromDate(  $value) : \this

Sets the value of the RequestedFromDate property.

Parameters

$value

Returns

\this —

instance

withRequestedFromDate()

withRequestedFromDate(string  $value) : \MarketplaceWebService_Model_CancelReportRequestsRequest

Sets the value of the RequestedFromDate and returns this instance

Parameters

string $value

RequestedFromDate

Returns

\MarketplaceWebService_Model_CancelReportRequestsRequest

instance

isSetRequestedFromDate()

isSetRequestedFromDate() : boolean

Checks if RequestedFromDate is set

Returns

boolean —

true if RequestedFromDate is set

getRequestedToDate()

getRequestedToDate() : string

Gets the value of the RequestedToDate property.

Returns

string —

RequestedToDate

setRequestedToDate()

setRequestedToDate(  $value) : \this

Sets the value of the RequestedToDate property.

Parameters

$value

Returns

\this —

instance

withRequestedToDate()

withRequestedToDate(string  $value) : \MarketplaceWebService_Model_CancelReportRequestsRequest

Sets the value of the RequestedToDate and returns this instance

Parameters

string $value

RequestedToDate

Returns

\MarketplaceWebService_Model_CancelReportRequestsRequest

instance

isSetRequestedToDate()

isSetRequestedToDate() : boolean

Checks if RequestedToDate is set

Returns

boolean —

true if RequestedToDate is set