QuickBooks Integrator 2020 Kotlin Edition

Questions / Feedback?

QBCard Type

This type describes a single credit card stored in QuickBooks.

Remarks

This field is used by the Customer component 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 constructor()



public constructor(number: String?, expMonth: Int, expYear: Int)



public constructor(number: String?, expMonth: Int, expYear: Int, address: String?, postalCode: String?)



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