Class: CheckoutSdk::Instruments::InstrumentSepa
- Inherits:
-
Instrument
- Object
- Instrument
- CheckoutSdk::Instruments::InstrumentSepa
- Defined in:
- lib/checkout_sdk/instruments/create/instrument_sepa.rb
Instance Attribute Summary collapse
Attributes inherited from Instrument
Instance Method Summary collapse
-
#initialize ⇒ InstrumentSepa
constructor
A new instance of InstrumentSepa.
Constructor Details
#initialize ⇒ InstrumentSepa
Returns a new instance of InstrumentSepa.
13 14 15 |
# File 'lib/checkout_sdk/instruments/create/instrument_sepa.rb', line 13 def initialize super CheckoutSdk::Common::InstrumentType::SEPA end |
Instance Attribute Details
#account_holder ⇒ CheckoutSdk::Common::AccountHolder
9 10 11 12 13 14 15 16 |
# File 'lib/checkout_sdk/instruments/create/instrument_sepa.rb', line 9 class InstrumentSepa < Instrument attr_accessor :instrument_data, :account_holder def initialize super CheckoutSdk::Common::InstrumentType::SEPA end end |
#instrument_data ⇒ InstrumentData
9 10 11 12 13 14 15 16 |
# File 'lib/checkout_sdk/instruments/create/instrument_sepa.rb', line 9 class InstrumentSepa < Instrument attr_accessor :instrument_data, :account_holder def initialize super CheckoutSdk::Common::InstrumentType::SEPA end end |