__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
getPointsNumber() getPointsNumber() : Integer Get the value of the PointsNumber property. Returns Integer — PointsNumber.
setPointsNumber() setPointsNumber( $value) : \this Set the value of the PointsNumber property. Parameters $value Returns \this — instance
isSetPointsNumber() isSetPointsNumber() : true Check to see if PointsNumber is set. Returns true — if PointsNumber is set.
withPointsNumber() withPointsNumber( $value) : \This Set the value of PointsNumber, return this. Parameters $value Returns \This — instance.
getPointsMonetaryValue() getPointsMonetaryValue() : \MoneyType Get the value of the PointsMonetaryValue property. Returns \MoneyType — PointsMonetaryValue.
setPointsMonetaryValue() setPointsMonetaryValue( $value) : \this Set the value of the PointsMonetaryValue property. Parameters $value Returns \this — instance
isSetPointsMonetaryValue() isSetPointsMonetaryValue() : true Check to see if PointsMonetaryValue is set. Returns true — if PointsMonetaryValue is set.
withPointsMonetaryValue() withPointsMonetaryValue( $value) : \This Set the value of PointsMonetaryValue, return this. Parameters $value Returns \This — instance.