Alokai

VaultConfigOutput

Retrieves the vault configuration

type VaultConfigOutput = {
  __typename?: 'VaultConfigOutput'; /** Credit card vault method configuration */
  credit_card?: Maybe<VaultCreditCardConfig>;
};

Referenced Types

On this page