IPPMoney.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertypublicfloat $Amount
Details
Type
float
Definition
Product: ALL Description: Monetary value.  
XmlMinOccurs
0  
XmlName
Amount  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $CurCode
Details
Type
string
Definition
Product: ALL Description: Monetary unit as described by the ISO 4217 three letter currency code.  
XmlMinOccurs
0  
XmlName
CurCode  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  

Methods

methodpublic__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : void

Initializes 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
NameTypeDescription
$keyValInitializers\dictionary

key/value pairs to be populated into object's properties

$verboseboolean

specifies whether object should echo warnings

Documentation was generated by phpDocumentor 2.8.5.