Class: CheckoutSdk::Payments::InstrumentSender

Inherits:
Sender
  • Object
show all
Defined in:
lib/checkout_sdk/payments/sender/instrument_sender.rb

Instance Attribute Summary

Attributes inherited from Sender

#reference, #type

Instance Method Summary collapse

Constructor Details

#initializeInstrumentSender

Returns a new instance of InstrumentSender.



6
7
8
# File 'lib/checkout_sdk/payments/sender/instrument_sender.rb', line 6

def initialize
  super CheckoutSdk::Payments::SenderType::INSTRUMENT
end