stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > VaultCreditCard

AdminTypes.VaultCreditCard interface

Represents a credit card payment instrument.

Signature:

export interface VaultCreditCard 

Properties

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.