Class: CheckoutSdk::Transfers::TransferSource
- Inherits:
-
Object
- Object
- CheckoutSdk::Transfers::TransferSource
- Defined in:
- lib/checkout_sdk/transfers/transfer_source.rb
Instance Attribute Summary collapse
Instance Attribute Details
#amount ⇒ Integer
11 12 13 14 15 |
# File 'lib/checkout_sdk/transfers/transfer_source.rb', line 11 class TransferSource attr_accessor :id, :amount, :currency end |
#currency ⇒ CheckoutSdk::Common::Currency
11 12 13 14 15 |
# File 'lib/checkout_sdk/transfers/transfer_source.rb', line 11 class TransferSource attr_accessor :id, :amount, :currency end |
#id ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/transfers/transfer_source.rb', line 11 class TransferSource attr_accessor :id, :amount, :currency end |