Home > @infiniteobjects/shopify-data-manager > AdminTypes > VaultCreditCard
Represents a credit card payment instrument.
Signature:
export interface VaultCreditCard
Property | Modifiers | Type | Description |
---|---|---|---|
billingAddress? | Maybe<CustomerCreditCardBillingAddress> | (Optional) The billing address of the card. | |
brand | Scalars[‘String’][‘output’] | The brand for the card. | |
expired | Scalars[‘Boolean’][‘output’] | Whether the card has been expired. | |
expiryMonth | Scalars[‘Int’][‘output’] | The expiry month of the card. | |
expiryYear | Scalars[‘Int’][‘output’] | The expiry year of the card. | |
lastDigits | Scalars[‘String’][‘output’] | The last four digits for the card. | |
name | Scalars[‘String’][‘output’] | The name of the card holder. |