Skip to main content

CreditCard Object

No description

type CreditCard {
brand: String!
firstDigits: String
lastDigits: String!
expMonth: Int
expYear: Int
}

Fields​

CreditCard.brand β— String! non-null scalar miscellaneous​

Card brand.

CreditCard.firstDigits β— String scalar miscellaneous​

First 4 digits of the card number.

CreditCard.lastDigits β— String! non-null scalar miscellaneous​

Last 4 digits of the card number.

CreditCard.expMonth β— Int scalar miscellaneous​

Two-digit number representing the card’s expiration month.

CreditCard.expYear β— Int scalar miscellaneous​

Four-digit number representing the card’s expiration year.

Member Of​

Payment object β— PaymentSource object β— StoredPaymentMethod object