__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
setFeeType() setFeeType( $value) : \this Set the value of the FeeType property. Parameters $value Returns \this — instance
isSetFeeType() isSetFeeType() : true Check to see if FeeType is set. Returns true — if FeeType is set.
withFeeType() withFeeType( $value) : \This Set the value of FeeType, return this. Parameters $value Returns \This — instance.
getFeeAmount() getFeeAmount() : \MoneyType Get the value of the FeeAmount property. Returns \MoneyType — FeeAmount.
setFeeAmount() setFeeAmount( $value) : \this Set the value of the FeeAmount property. Parameters $value Returns \this — instance
isSetFeeAmount() isSetFeeAmount() : true Check to see if FeeAmount is set. Returns true — if FeeAmount is set.
withFeeAmount() withFeeAmount( $value) : \This Set the value of FeeAmount, return this. Parameters $value Returns \This — instance.
getFeePromotion() getFeePromotion() : \MoneyType Get the value of the FeePromotion property. Returns \MoneyType — FeePromotion.
setFeePromotion() setFeePromotion( $value) : \this Set the value of the FeePromotion property. Parameters $value Returns \this — instance
isSetFeePromotion() isSetFeePromotion() : true Check to see if FeePromotion is set. Returns true — if FeePromotion is set.
withFeePromotion() withFeePromotion( $value) : \This Set the value of FeePromotion, return this. Parameters $value Returns \This — instance.
getTaxAmount() getTaxAmount() : \MoneyType Get the value of the TaxAmount property. Returns \MoneyType — TaxAmount.
setTaxAmount() setTaxAmount( $value) : \this Set the value of the TaxAmount property. Parameters $value Returns \this — instance
isSetTaxAmount() isSetTaxAmount() : true Check to see if TaxAmount is set. Returns true — if TaxAmount is set.
withTaxAmount() withTaxAmount( $value) : \This Set the value of TaxAmount, return this. Parameters $value Returns \This — instance.
getFinalFee() getFinalFee() : \MoneyType Get the value of the FinalFee property. Returns \MoneyType — FinalFee.
setFinalFee() setFinalFee( $value) : \this Set the value of the FinalFee property. Parameters $value Returns \this — instance
isSetFinalFee() isSetFinalFee() : true Check to see if FinalFee is set. Returns true — if FinalFee is set.
withFinalFee() withFinalFee( $value) : \This Set the value of FinalFee, return this. Parameters $value Returns \This — instance.
getIncludedFeeDetailList() getIncludedFeeDetailList() : \FeeDetailList Get the value of the IncludedFeeDetailList property. Returns \FeeDetailList — IncludedFeeDetailList.
setIncludedFeeDetailList() setIncludedFeeDetailList( $value) : \this Set the value of the IncludedFeeDetailList property. Parameters $value Returns \this — instance
isSetIncludedFeeDetailList() isSetIncludedFeeDetailList() : true Check to see if IncludedFeeDetailList is set. Returns true — if IncludedFeeDetailList is set.
withIncludedFeeDetailList() withIncludedFeeDetailList( $value) : \This Set the value of IncludedFeeDetailList, return this. Parameters $value Returns \This — instance.