Module: CheckoutSdk::Payments::AccountFundingTransactionIdentificationType

Defined in:
lib/checkout_sdk/payments/setups/account_funding_transaction_identification_type.rb

Overview

Identification document type used by the sender of an Account Funding Transaction on a Payment Setup.

Constant Summary collapse

DRIVING_LICENSE =
'driving_license'
PASSPORT =
'passport'
NATIONAL_ID =
'national_id'
TAX_ID =
'tax_id'
OTHER =
'other'