QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

PaymentMethod Property

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

Object Oriented Interface

public function getPaymentMethod();
public function setPaymentMethod($value);

Procedural Interface

inqb_billpayment_get($res, 26 );
inqb_billpayment_set($res, 26, $value );

Default Value

0

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) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]