Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethod
A customer’s payment method.
Signature:
export interface CustomerPaymentMethod extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
customer? | Maybe<Customer> | (Optional) The customer to whom the payment method belongs. | |
id | Scalars[‘ID’][‘output’] | The ID of this payment method. | |
instrument? | Maybe<CustomerPaymentInstrument> | (Optional) The instrument for this payment method. | |
revokedAt? | Maybe<Scalars[‘DateTime’][‘output’]> | (Optional) The time that the payment method was revoked. | |
revokedReason? | Maybe<CustomerPaymentMethodRevocationReason | `${CustomerPaymentMethodRevocationReason}`> | (Optional) The revocation reason for this payment method. | |
subscriptionContracts | SubscriptionContractConnection | List Subscription Contracts. |