QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

CreditCardName Property

Refers to the credit card account to which this payment is being charged.

Object Oriented Interface

public function getCreditCardName();
public function setCreditCardName($value);

Procedural Interface

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

Default Value

''

Remarks

This refers to the name you created in QuickBooks to identify the card. For example: "Citibank Visa Card". This property is only applicable to the pmCreditCard PaymentMethod.

Data Type

String

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