UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

15 lines (14 loc) 636 B
type TokenizationOption = { enable_apple_wallet: boolean; enable_google_wallet: boolean; enable_samsung_wallet: boolean; enable_mastercard_masterpass: boolean; enable_merchant_tokenization: boolean; enable_m4m_transaction_validation: boolean; enable_m4m_tokenization_validation: boolean; allow_m4m_transaction_with_invalid_or_failed_authentication_indicator: boolean; allow_m4m_transaction_with_merchant_risk_authentication_indicator: boolean; enable_others: boolean; allow_change_account_status_when_change_user_status_for_apple_pay_accounts: boolean; }; export type { TokenizationOption };