CreditCard
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