QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

PaymentMethod Property

Indicates whether the Bill Payment is being made with a check or a credit card.

Syntax

[VB.NET]
Public Property PaymentMethod As BillpaymentPaymentMethods

[C#]
public BillpaymentPaymentMethods PaymentMethod {get; set;}

enum BillpaymentPaymentMethods { pmCheck, pmCreditCard }

Remarks

If PaymentMethod is set to pmCheck the BankAccountId or BankAccountName is required to identify the account from which the check is drawn. If PaymentMethod is set to pmCreditCard, the CreditCardId or CreditCardName is required to identify the credit card used to make the payment.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0