Alokai

CustomerPaymentTokens

Contains payment tokens stored in the customer's vault.

type CustomerPaymentTokens = {
  __typename?: 'CustomerPaymentTokens'; /** An array of payment tokens. */
  items: Array<Maybe<PaymentToken>>;
};

Referenced Types

On this page