IPPCheckPayment.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPCheckPayment

Package: Default
IPPCheckPayment
\IPPCheckPayment

XmlDefinition
Product: ALL Description: Check payment details for both payments to vendors and payments from customers.  
XmlName
IPPCheckPayment  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicstring $AcctNum
Details
Type
string
Definition
Product: ALL Description: Checking account number, as printed on the check.  
XmlMinOccurs
0  
XmlName
AcctNum  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $BankName
Details
Type
string
Definition
Product: ALL Description: The name of the bank on which the check was drawn.  
XmlMinOccurs
0  
XmlName
BankName  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $CheckNum
Details
Type
string
Definition
Product: ALL Description: The check number printed on the check.  
XmlMinOccurs
0  
XmlName
CheckNum  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPIntuitAnyType $CheckPaymentEx
Details
Type
\com\intuit\schema\finance\v3\IPPIntuitAnyType
Definition
Product: ALL Description: Internal use only: extension place holder for CheckPayment  
XmlName
CheckPaymentEx  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $NameOnAcct
Details
Type
string
Definition
Product: ALL Description: Name of persons or entities holding the account, as printed on the check.  
XmlMinOccurs
0  
XmlName
NameOnAcct  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $Status
Details
Type
string
Definition
Product: ALL Description: Status of the check. Values provided by service/business logic.  
XmlMinOccurs
0  
XmlName
Status  
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.