Class: CheckoutSdk::Instruments::BankAccountFieldQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/instruments/get/bank_account_field_query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_holder_typeString

Returns:



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_networkString

Returns PaymentNetwork.

Returns:



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