__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
setStatus() setStatus( $value) : \this Set the value of the Status property. Parameters $value Returns \this — instance
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.
setError() setError( $value) : \this Set the value of the Error property. Parameters $value Returns \this — instance
withError() withError( $value) : \This Set the value of Error, return this. Parameters $value Returns \This — instance.