IPPMoney.php
- Package
- Default
\IPPMoney
Package: Default

- IPPMoney
- \IPPMoney
- XmlDefinition
- Product: ALL Description: Monetary value represented with as a currency code and decimal value. Moneyis always associated with another IntuitEntity and will not be manipulated as a standalone hence it is not extended from IntuitEntity.
- XmlName
- IPPMoney
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
Properties

float $AmountDetails
- Type
- float
- Definition
- Product: ALL Description: Monetary value.
- XmlMinOccurs
- 0
- XmlName
- Amount
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element
Methods

__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : voidInitializes this object, optionally with pre-defined property values
Initializes this object and it's property members, using the dictionary
of key/value pairs passed as an optional argument.
Parameters| Name | Type | Description |
|---|---|---|
| $keyValInitializers | \dictionary | key/value pairs to be populated into object's properties |
| $verbose | boolean | specifies whether object should echo warnings |