Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

File metadata and controls

20 lines (14 loc) · 413 Bytes

Komoju::BalanceTransferRequest

Properties

Name Type Description Notes
amount Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).
to String

Example

require 'komoju-sdk'

instance = Komoju::BalanceTransferRequest.new(
  amount: null,
  to: null
)