\MarketplaceWebServiceProducts_Model_GetMyFeesEstimateResponse

MarketplaceWebServiceProducts_Model_GetMyFeesEstimateResponse

Properties:

  • GetMyFeesEstimateResult: MarketplaceWebServiceProducts_Model_GetMyFeesEstimateResult
  • ResponseMetadata: MarketplaceWebServiceProducts_Model_ResponseMetadata
  • ResponseHeaderMetadata: MarketplaceWebServiceProducts_Model_ResponseHeaderMetadata

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getGetMyFeesEstimateResult()
setGetMyFeesEstimateResult()
isSetGetMyFeesEstimateResult()
withGetMyFeesEstimateResult()
getResponseMetadata()
setResponseMetadata()
isSetResponseMetadata()
withResponseMetadata()
getResponseHeaderMetadata()
setResponseHeaderMetadata()
isSetResponseHeaderMetadata()
withResponseHeaderMetadata()
fromXML()
toXML()
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

getGetMyFeesEstimateResult()

getGetMyFeesEstimateResult() : \GetMyFeesEstimateResult

Get the value of the GetMyFeesEstimateResult property.

Returns

\GetMyFeesEstimateResult —

GetMyFeesEstimateResult.

setGetMyFeesEstimateResult()

setGetMyFeesEstimateResult(  $value) : \this

Set the value of the GetMyFeesEstimateResult property.

Parameters

$value

Returns

\this —

instance

isSetGetMyFeesEstimateResult()

isSetGetMyFeesEstimateResult() : true

Check to see if GetMyFeesEstimateResult is set.

Returns

true —

if GetMyFeesEstimateResult is set.

withGetMyFeesEstimateResult()

withGetMyFeesEstimateResult(  $value) : \This

Set the value of GetMyFeesEstimateResult, return this.

Parameters

$value

Returns

\This —

instance.

getResponseMetadata()

getResponseMetadata() : \ResponseMetadata

Get the value of the ResponseMetadata property.

Returns

\ResponseMetadata —

ResponseMetadata.

setResponseMetadata()

setResponseMetadata(  $value) : \this

Set the value of the ResponseMetadata property.

Parameters

$value

Returns

\this —

instance

isSetResponseMetadata()

isSetResponseMetadata() : true

Check to see if ResponseMetadata is set.

Returns

true —

if ResponseMetadata is set.

withResponseMetadata()

withResponseMetadata(  $value) : \This

Set the value of ResponseMetadata, return this.

Parameters

$value

Returns

\This —

instance.

getResponseHeaderMetadata()

getResponseHeaderMetadata() : \ResponseHeaderMetadata

Get the value of the ResponseHeaderMetadata property.

Returns

\ResponseHeaderMetadata —

ResponseHeaderMetadata.

setResponseHeaderMetadata()

setResponseHeaderMetadata(  $value) : \this

Set the value of the ResponseHeaderMetadata property.

Parameters

$value

Returns

\this —

instance

isSetResponseHeaderMetadata()

isSetResponseHeaderMetadata() : true

Check to see if ResponseHeaderMetadata is set.

Returns

true —

if ResponseHeaderMetadata is set.

withResponseHeaderMetadata()

withResponseHeaderMetadata(  $value) : \This

Set the value of ResponseHeaderMetadata, return this.

Parameters

$value

Returns

\This —

instance.

toXML()

toXML() : string

XML Representation for this object

Returns

string —

XML for this object