IPPPaymentLineDetail.php
- Package
- Default
\IPPPaymentLineDetail
Package: Default






- IPPPaymentLineDetail
- \IPPPaymentLineDetail
- XmlDefinition
- Product: ALL Description: Payment detail for a transaction line.
- XmlName
- IPPPaymentLineDetail
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
Properties

float $BalanceDetails
- Type
- float
- Definition
- Product: ALL Description: Indicates the unpaid amount of the transaction after this payment is applied.[br /]Cannot be written to QuickBooks.
- XmlMinOccurs
- 0
- XmlName
- Balance
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPReferenceType $ClassRefDetails
- Type
- \com\intuit\schema\finance\v3\IPPReferenceType
- Definition
- Product: ALL Description: Reference to the Class for the line item.
- XmlMinOccurs
- 0
- XmlName
- ClassRef
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPDiscountOverride $DiscountDetails
- Type
- \com\intuit\schema\finance\v3\IPPDiscountOverride
- Definition
- Product: ALL Description: Reference to a Discount item and its properties that this line can overwrite.
- XmlMinOccurs
- 0
- XmlName
- Discount
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

float $HomeBalanceDetails
- Type
- float
- Definition
- Product: ALL Description: Indicates the unpaid amount of the transaction after this payment is applied in home currency. It is visible only for companies which have multicurrency enabled[br /] Cannot be written to Quickbooks.
- XmlMinOccurs
- 0
- XmlName
- HomeBalance
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPReferenceType $ItemRefDetails
- Type
- \com\intuit\schema\finance\v3\IPPReferenceType
- Definition
- Product: ALL Description: Reference to the Item. When a line lacks an ItemRef it will be treated as "documentation" and the Amount will be ignored.
- XmlName
- ItemRef
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPIntuitAnyType $PaymentLineExDetails
- Type
- \com\intuit\schema\finance\v3\IPPIntuitAnyType
- Definition
- Product: ALL Description: Internal use only: extension place holder for PaymentDetail
- XmlMinOccurs
- 0
- XmlName
- PaymentLineEx
- 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 |