Class: CheckoutSdk::Payments::EntitySource

Inherits:
PayoutSource show all
Defined in:
lib/checkout_sdk/payments/source/entity_source.rb

Instance Attribute Summary

Attributes inherited from PayoutSource

#amount, #id, #type

Instance Method Summary collapse

Constructor Details

#initializeEntitySource

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