IPPPaymentLineDetail.phpView Source

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

>VPropertypublicfloat $Balance
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $ClassRef
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPDiscountOverride $Discount
Details
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  
>VPropertypublicfloat $HomeBalance
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $ItemRef
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPIntuitAnyType $PaymentLineEx
Details
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  
>VPropertypublicstring $ServiceDate
Details
Type
string
Definition
Product: ALL Description: Date when the service is performed.  
XmlMinOccurs
0  
XmlName
ServiceDate  
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.