AppliedTo Property
Indicates the transactions that this Payment applies to.
Syntax
public AppliedToList getAppliedTo(); public void setAppliedTo(AppliedToList appliedTo);
Remarks
In a ReceivePayment message, each AppliedTo aggregate represents the transaction to which this part of the payment is being applied. Four types of transactions can receive payments in QuickBooks: invoices, statement charges, general journal debits, and checks. (For example, a customer job might receive a payment reimbursing a check that was written for an expense for that customer job.)
In a BillPayment message, each AppliedTo aggregate represents the bill transaction to which this part of the payment is being applied.
If you include AppliedTo aggregates with duplicate RefIds in the same Add request you will receive an error.
This property is not available at design time.