Class: CheckoutSdk::Transfers::TransferSource

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/transfers/transfer_source.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountInteger

Returns:

  • (Integer)


11
12
13
14
15
# File 'lib/checkout_sdk/transfers/transfer_source.rb', line 11

class TransferSource
  attr_accessor :id,
                :amount,
                :currency
end

#currencyCheckoutSdk::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

#idString

Returns:

  • (String)


11
12
13
14
15
# File 'lib/checkout_sdk/transfers/transfer_source.rb', line 11

class TransferSource
  attr_accessor :id,
                :amount,
                :currency
end