IPPOLBAccount.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPOLBAccount

Package: Default
IPPOLBAccount
\IPPOLBAccount

XmlDefinition
Describes OLBAccount details  
XmlName
IPPOLBAccount  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicstring $AccountDetails
Details
Type
string
Definition
Account details that contains possibly credit card number, last 5 digits  
XmlMinOccurs
0  
XmlName
AccountDetails  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $AccountId
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: ALL Description: AccountId to be enabled or disabled  
XmlMinOccurs
0  
XmlName
AccountId  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $AppVersion
Details
Type
string
Definition
Specifies which version is being used (such as v1 or v2). This field is optional.  
XmlMinOccurs
0  
XmlName
AppVersion  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicfloat $LastBankBalance
Details
Type
float
Definition
The last bank balance. This field is optional.  
XmlMinOccurs
0  
XmlName
LastBankBalance  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicboolean $SubscribedToApp
Details
Type
boolean
Definition
True when the AccountId is linked to an IPP app and false when the AccountId is delinked from the IPP app  
XmlMinOccurs
0  
XmlName
SubscribedToApp  
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.