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