\MarketplaceWebServiceProducts_Model_FeesEstimateResult

MarketplaceWebServiceProducts_Model_FeesEstimateResult

Properties:

  • Status: string
  • FeesEstimateIdentifier: MarketplaceWebServiceProducts_Model_FeesEstimateIdentifier
  • FeesEstimate: MarketplaceWebServiceProducts_Model_FeesEstimate
  • Error: MarketplaceWebServiceProducts_Model_Error

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getStatus()
setStatus()
isSetStatus()
withStatus()
getFeesEstimateIdentifier()
setFeesEstimateIdentifier()
isSetFeesEstimateIdentifier()
withFeesEstimateIdentifier()
getFeesEstimate()
setFeesEstimate()
isSetFeesEstimate()
withFeesEstimate()
getError()
setError()
isSetError()
withError()
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

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.

getFeesEstimateIdentifier()

getFeesEstimateIdentifier() : \FeesEstimateIdentifier

Get the value of the FeesEstimateIdentifier property.

Returns

\FeesEstimateIdentifier —

FeesEstimateIdentifier.

setFeesEstimateIdentifier()

setFeesEstimateIdentifier(  $value) : \this

Set the value of the FeesEstimateIdentifier property.

Parameters

$value

Returns

\this —

instance

isSetFeesEstimateIdentifier()

isSetFeesEstimateIdentifier() : true

Check to see if FeesEstimateIdentifier is set.

Returns

true —

if FeesEstimateIdentifier is set.

withFeesEstimateIdentifier()

withFeesEstimateIdentifier(  $value) : \This

Set the value of FeesEstimateIdentifier, return this.

Parameters

$value

Returns

\This —

instance.

getFeesEstimate()

getFeesEstimate() : \FeesEstimate

Get the value of the FeesEstimate property.

Returns

\FeesEstimate —

FeesEstimate.

setFeesEstimate()

setFeesEstimate(  $value) : \this

Set the value of the FeesEstimate property.

Parameters

$value

Returns

\this —

instance

isSetFeesEstimate()

isSetFeesEstimate() : true

Check to see if FeesEstimate is set.

Returns

true —

if FeesEstimate is set.

withFeesEstimate()

withFeesEstimate(  $value) : \This

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