Class: Ledger::Sdk::Models::Balance
- Defined in:
- lib/ledger/sdk/models/balance.rb
Overview
Represents balances from the Ledger API.
Balances are always accessed by name in the context of a container
or an account; Ledger::Sdk::Models::Base#list returns the recent balances for that
name. Known names: official, official_with_updated_price,
transparent, transparent_with_updated_price. Names are not
validated by the SDK — an unknown name yields an empty list
from the API.
Defined Under Namespace
Classes: Instance
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ledger::Sdk::Models::Base