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

BankAccountName Property

Refers to the account from which the funds are being drawn for this bill payment.

Object Oriented Interface

public function getBankAccountName();
public function setBankAccountName($value);

Procedural Interface

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

Default Value

''

Remarks

For example, "Checking" or "Savings". This property is only applicable to the pmCheck PaymentMethod.

Data Type

String

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