__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.