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