QuickBooks Integrator 2016 .NET Edition
QuickBooks Integrator 2016 .NET Edition
Questions / Feedback?

AutoApply Property

How the payment should be applied.

Syntax

[VB.NET]
Public Property AutoApply As ReceivepaymentAutoApplies

[C#]
public ReceivepaymentAutoApplies AutoApply {get; set;}

enum ReceivepaymentAutoApplies { aaNotSet, aaFutureTransactions, aaExistingTransactions, aaCustom }

Remarks

How the payment should be applied. The following values are permitted:

aaCustom (3)Manually specify how the payment should be applied. Use the AppliedTo property to specify each transaction this Receive Payment applies to.
aaExistingTransactions (2)Apply the payment to existing customer transactions (e.g., invoices). QuickBooks will automatically apply the payment to appropriate transactions, which will be reported in the AppliedToTransactions special field after Add is invoked.
aaFutureTransactions (1)Apply the payment to future transactions; i.e., set a credit for the customer.
aaNotSet (0)The default value. You must change the value of AutoApply before it is used in Add transactions.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 .NET Edition - Version 16.0 [Build 7353]