Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

File metadata and controls

20 lines (14 loc) · 410 Bytes

Komoju::Balance

Properties

Name Type Description Notes
currency Currency
total_balance_cents Integer Amount in the lowest denomination of the currency (e.g. cents for USD).

Example

require 'komoju-sdk'

instance = Komoju::Balance.new(
  currency: null,
  total_balance_cents: null
)