QuickBooks Integrator 2020 .NET 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
Integer

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

ExpYear
Integer

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()
public QBCard(string number, int expMonth, int expYear);
Public QBCard(ByVal Number As String, ByVal ExpMonth As Integer, ByVal ExpYear As Integer)
public QBCard(string number, int expMonth, int expYear, string address, string postalCode);
Public QBCard(ByVal Number As String, ByVal ExpMonth As Integer, ByVal ExpYear As Integer, ByVal Address As String, ByVal PostalCode As String)

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