IPPCheckPayment.php
- 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

string $AcctNumDetails
- 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

string $BankNameDetails
- 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

string $CheckNumDetails
- 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

\com\intuit\schema\finance\v3\IPPIntuitAnyType $CheckPaymentExDetails
- 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

string $NameOnAcctDetails
- 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
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 |