Class: CheckoutSdk::Instruments::BankAccountFieldQuery
- Inherits:
-
Object
- Object
- CheckoutSdk::Instruments::BankAccountFieldQuery
- Defined in:
- lib/checkout_sdk/instruments/get/bank_account_field_query.rb
Instance Attribute Summary collapse
Instance Attribute Details
#account_holder_type ⇒ String
Returns Common::AccountHolderType.
9 10 11 12 |
# File 'lib/checkout_sdk/instruments/get/bank_account_field_query.rb', line 9 class BankAccountFieldQuery attr_accessor :account_holder_type, :payment_network end |
#payment_network ⇒ String
Returns PaymentNetwork.
9 10 11 12 |
# File 'lib/checkout_sdk/instruments/get/bank_account_field_query.rb', line 9 class BankAccountFieldQuery attr_accessor :account_holder_type, :payment_network end |