Method: CheckoutSdk::Payments::IdDestination#initialize
- Defined in:
- lib/checkout_sdk/payments/destination/id_destination.rb
#initialize ⇒ IdDestination
Returns a new instance of IdDestination.
13 14 15 |
# File 'lib/checkout_sdk/payments/destination/id_destination.rb', line 13 def initialize super CheckoutSdk::Payments::DestinationType::ID end |