QuickBooks Integrator 2020 C++ Builder Edition

Questions / Feedback?

PaymentMethod Property

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

Syntax

__property TiqbBillPaymentPaymentMethods PaymentMethod = { read=FPaymentMethod, write=FSetPaymentMethod };
enum TiqbBillPaymentPaymentMethods { pmCheck=0, pmCreditCard=1 };

Default Value

pmCheck

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.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Builder Edition - Version 20.0 [Build 7941]