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)


9
10
11
12
# File 'lib/checkout_sdk/transfers/transfer_source.rb', line 9

class TransferSource
  attr_accessor :id,
                :amount
end

#idString

Returns:

  • (String)


9
10
11
12
# File 'lib/checkout_sdk/transfers/transfer_source.rb', line 9

class TransferSource
  attr_accessor :id,
                :amount
end