Class: CheckoutSdk::Payments::CurrencyAccountSource
- Inherits:
-
PayoutSource
- Object
- PayoutSource
- CheckoutSdk::Payments::CurrencyAccountSource
- Defined in:
- lib/checkout_sdk/payments/source/currency_account_source.rb
Instance Attribute Summary
Attributes inherited from PayoutSource
Instance Method Summary collapse
-
#initialize ⇒ CurrencyAccountSource
constructor
A new instance of CurrencyAccountSource.
Constructor Details
#initialize ⇒ CurrencyAccountSource
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 |