Class: CheckoutSdk::Payments::EntitySource
- Inherits:
-
PayoutSource
- Object
- PayoutSource
- CheckoutSdk::Payments::EntitySource
- Defined in:
- lib/checkout_sdk/payments/source/entity_source.rb
Instance Attribute Summary
Attributes inherited from PayoutSource
Instance Method Summary collapse
-
#initialize ⇒ EntitySource
constructor
A new instance of EntitySource.
Constructor Details
#initialize ⇒ EntitySource
Returns a new instance of EntitySource.
6 7 8 |
# File 'lib/checkout_sdk/payments/source/entity_source.rb', line 6 def initialize super PayoutSourceType::ENTITY end |