Class: CheckoutSdk::Accounts::InstrumentDetailsSepa
- Inherits:
-
InstrumentDetails
- Object
- InstrumentDetails
- CheckoutSdk::Accounts::InstrumentDetailsSepa
- Defined in:
- lib/checkout_sdk/accounts/instrument_details_sepa.rb
Instance Attribute Summary collapse
Instance Attribute Details
#iban ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/instrument_details_sepa.rb', line 9 class InstrumentDetailsSepa < InstrumentDetails attr_accessor :iban, :swift_bic end |
#swift_bic ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/instrument_details_sepa.rb', line 9 class InstrumentDetailsSepa < InstrumentDetails attr_accessor :iban, :swift_bic end |