Alokai

CreateVaultCardPaymentTokenOutput

The vault token id and information about the payment source

type CreateVaultCardPaymentTokenOutput = {
  __typename?: 'CreateVaultCardPaymentTokenOutput'; /** The payment source information */
  payment_source: PaymentSourceOutput; /** The vault payment token information */
  vault_token_id: Scalars['String']['output'];
};

Referenced Types

On this page