Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerShopPayAgreement
Represents a Shop Pay card instrument for customer payment method.
Signature:
export interface CustomerShopPayAgreement
Property | Modifiers | Type | Description |
---|---|---|---|
billingAddress? | Maybe<CustomerCreditCardBillingAddress> | (Optional) The billing address of the card. | |
expiresSoon | Scalars[‘Boolean’][‘output’] | Whether the card is about to expire. | |
expiryMonth | Scalars[‘Int’][‘output’] | The expiry month of the card. | |
expiryYear | Scalars[‘Int’][‘output’] | The expiry year of the card. | |
inactive | Scalars[‘Boolean’][‘output’] | Whether the Shop Pay billing agreement is inactive. | |
isRevocable | Scalars[‘Boolean’][‘output’] | The payment method can be revoked if there are no active subscription contracts. | |
lastDigits | Scalars[‘String’][‘output’] | The last 4 digits of the card. | |
maskedNumber | Scalars[‘String’][‘output’] | The masked card number with only the last 4 digits displayed. | |
name | Scalars[‘String’][‘output’] | The name of the card holder. |