VaultCreditCard - admin-graphql - OBJECT
Version: 2024-10
Description:
Represents a credit card payment instrument.
Access Scopes
`read_payment_mandate` access scope.
Fields
-
billingAddress:
CustomerCreditCardBillingAddress -
The billing address of the card.
-
brand:
String! -
The brand for the card.
-
expired:
Boolean! -
Whether the card has been expired.
-
expiryMonth:
Int! -
The expiry month of the card.
-
expiryYear:
Int! -
The expiry year of the card.
-
lastDigits:
String! -
The last four digits for the card.
-
name:
String! -
The name of the card holder.
Connections
Related queries
Related mutations
Related Unions
Examples