Represents Amount data in the BalanceTransactions API.
Inttegro decodes API responses into this struct. Required fields are always present;
optional fields are nil when they do not apply or were not returned. Follow the linked
types in t/0 for nested domain values.
Reads the immutable ledger entries behind an application's balance.
Balance transactions explain why funds moved: for example, a captured payment adds funds and a refund removes them. Use this API for reconciliation and audit trails rather than deriving a balance from orders or payments. Page through every result when calculating totals.
Summary
Functions
Builds a Inttegro.BalanceTransactions.Amount and raises KeyError when a required field is missing.
Types
Functions
Builds a Inttegro.BalanceTransactions.Amount and raises KeyError when a required field is missing.