QuickBooks Integrator 2020 Java Edition

Questions / Feedback?

QBCard Type

This type describes a single credit card stored in QuickBooks.

Remarks

This field is used by the Customer class to save a customer's credit card information for later use by the merchant.

Fields

Address
String

The address associated with the Number on file for this customer.

ExpMonth
int

The expiration month associated with the Number on file for this customer.

ExpYear
int

The expiration year associated with the Number on file for this customer.

NameOnCard
String

The name as it appears on the customer's credit card Number.

Number
String

The credit card number on file for this customer.

PostalCode
String

The postal code associated with the Address and Number on file for this customer.

Constructors

public QBCard();



public QBCard(String number, int expMonth, int expYear);



public QBCard(String number, int expMonth, int expYear, String address, String postalCode);



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