Class: CheckoutSdk::Instruments::InstrumentSepa

Inherits:
Instrument
  • Object
show all
Defined in:
lib/checkout_sdk/instruments/create/instrument_sepa.rb

Instance Attribute Summary collapse

Attributes inherited from Instrument

#type

Instance Method Summary collapse

Constructor Details

#initializeInstrumentSepa

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_holderCheckoutSdk::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_dataInstrumentData

Returns:



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