CreditCard
No description
type CreditCard {
brand: String!
firstDigits: String
lastDigits: String!
expMonth: Int
expYear: Int
}
Fields
CreditCard.brand
● String!
non-null scalar
Card brand.
CreditCard.firstDigits
● String
scalar
First 4 digits of the card number.
CreditCard.lastDigits
● String!
non-null scalar
Last 4 digits of the card number.
CreditCard.expMonth
● Int
scalar
Two-digit number representing the card’s expiration month.
CreditCard.expYear
● Int
scalar
Four-digit number representing the card’s expiration year.
Member of
Payment
object ● PaymentSource
object ● StoredPaymentMethod
object