| Name | Type | Description | Notes |
|---|---|---|---|
| currency | Currency | ||
| total_balance_cents | Integer | Amount in the lowest denomination of the currency (e.g. cents for USD). |
require 'komoju-sdk'
instance = Komoju::Balance.new(
currency: null,
total_balance_cents: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| currency | Currency | ||
| total_balance_cents | Integer | Amount in the lowest denomination of the currency (e.g. cents for USD). |
require 'komoju-sdk'
instance = Komoju::Balance.new(
currency: null,
total_balance_cents: null
)