IPPOLBTxnDetail.phpView Source

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

>VPropertypublicfloat $Amount
Details
Type
float
Definition
Amount of the transaction  
XmlMinOccurs
0  
XmlName
Amount  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $PostDate
Details
Type
string
Definition
Post date of the transaction  
XmlMinOccurs
0  
XmlName
PostDate  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $ReferenceNumber
Details
Type
string
Definition
Reference Number of downloaded transaction  
XmlMinOccurs
0  
XmlName
ReferenceNumber  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $TxnDate
Details
Type
string
Definition
Transaction date  
XmlMinOccurs
0  
XmlName
TxnDate  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $TxnStatus
Details
Type
string
Definition
Olb Status of a transaction, Use OLBTransactionStausEnum Approved/Pending/Deleted  
XmlMinOccurs
0  
XmlName
TxnStatus  
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.