CustomerPaymentTokens
Contains payment tokens stored in the customer's vault.
type CustomerPaymentTokens = {
__typename?: 'CustomerPaymentTokens'; /** An array of payment tokens. */
items: Array<Maybe<PaymentToken>>;
};Contains payment tokens stored in the customer's vault.
type CustomerPaymentTokens = {
__typename?: 'CustomerPaymentTokens'; /** An array of payment tokens. */
items: Array<Maybe<PaymentToken>>;
};