Class: CheckoutSdk::Payments::CurrencyAccountSource

Inherits:
PayoutSource
  • Object
show all
Defined in:
lib/checkout_sdk/payments/source/currency_account_source.rb

Instance Attribute Summary

Attributes inherited from PayoutSource

#amount, #id, #type

Instance Method Summary collapse

Constructor Details

#initializeCurrencyAccountSource

Returns a new instance of CurrencyAccountSource.



6
7
8
# File 'lib/checkout_sdk/payments/source/currency_account_source.rb', line 6

def initialize
  super PayoutSourceType::CURRENCY_ACCOUNT
end