\MarketplaceWebServiceProducts_Model_FeesEstimate

MarketplaceWebServiceProducts_Model_FeesEstimate

Properties:

  • TimeOfFeesEstimation: string
  • TotalFeesEstimate: MarketplaceWebServiceProducts_Model_MoneyType
  • FeeDetailList: MarketplaceWebServiceProducts_Model_FeeDetailList

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
toQueryParameterArray()
getTimeOfFeesEstimation()
setTimeOfFeesEstimation()
isSetTimeOfFeesEstimation()
withTimeOfFeesEstimation()
getTotalFeesEstimate()
setTotalFeesEstimate()
isSetTotalFeesEstimate()
withTotalFeesEstimate()
getFeeDetailList()
setFeeDetailList()
isSetFeeDetailList()
withFeeDetailList()
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

getTimeOfFeesEstimation()

getTimeOfFeesEstimation() : \XMLGregorianCalendar

Get the value of the TimeOfFeesEstimation property.

Returns

\XMLGregorianCalendar —

TimeOfFeesEstimation.

setTimeOfFeesEstimation()

setTimeOfFeesEstimation(  $value) : \this

Set the value of the TimeOfFeesEstimation property.

Parameters

$value

Returns

\this —

instance

isSetTimeOfFeesEstimation()

isSetTimeOfFeesEstimation() : true

Check to see if TimeOfFeesEstimation is set.

Returns

true —

if TimeOfFeesEstimation is set.

withTimeOfFeesEstimation()

withTimeOfFeesEstimation(  $value) : \This

Set the value of TimeOfFeesEstimation, return this.

Parameters

$value

Returns

\This —

instance.

getTotalFeesEstimate()

getTotalFeesEstimate() : \MoneyType

Get the value of the TotalFeesEstimate property.

Returns

\MoneyType —

TotalFeesEstimate.

setTotalFeesEstimate()

setTotalFeesEstimate(  $value) : \this

Set the value of the TotalFeesEstimate property.

Parameters

$value

Returns

\this —

instance

isSetTotalFeesEstimate()

isSetTotalFeesEstimate() : true

Check to see if TotalFeesEstimate is set.

Returns

true —

if TotalFeesEstimate is set.

withTotalFeesEstimate()

withTotalFeesEstimate(  $value) : \This

Set the value of TotalFeesEstimate, return this.

Parameters

$value

Returns

\This —

instance.

getFeeDetailList()

getFeeDetailList() : \FeeDetailList

Get the value of the FeeDetailList property.

Returns

\FeeDetailList —

FeeDetailList.

setFeeDetailList()

setFeeDetailList(  $value) : \this

Set the value of the FeeDetailList property.

Parameters

$value

Returns

\this —

instance

isSetFeeDetailList()

isSetFeeDetailList() : true

Check to see if FeeDetailList is set.

Returns

true —

if FeeDetailList is set.

withFeeDetailList()

withFeeDetailList(  $value) : \This

Set the value of FeeDetailList, return this.

Parameters

$value

Returns

\This —

instance.