IPPOLBTxnDetail.php
- Package
- Default
\IPPOLBTxnDetail
Package: Default




- IPPOLBTxnDetail
- \IPPOLBTxnDetail
- XmlDefinition
- Describes OLBTransaction instance - one per transaction downloaded
- XmlName
- IPPOLBTxnDetail
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
Properties

float $AmountDetails
- Type
- float
- Definition
- Amount of the transaction
- XmlMinOccurs
- 0
- XmlName
- Amount
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $PostDateDetails
- Type
- string
- Definition
- Post date of the transaction
- XmlMinOccurs
- 0
- XmlName
- PostDate
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $ReferenceNumberDetails
- Type
- string
- Definition
- Reference Number of downloaded transaction
- XmlMinOccurs
- 0
- XmlName
- ReferenceNumber
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $TxnDateDetails
- Type
- string
- Definition
- Transaction date
- XmlMinOccurs
- 0
- XmlName
- TxnDate
- 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 |