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