QuickBooks Integrator 2020 macOS 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
Int32

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

expYear
Int32

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 init()
public init(number: String, expMonth: Int32, expYear: Int32)
public init(number: String, expMonth: Int32, expYear: Int32, address: String, postalCode: String)

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