MollieAPI.Model.EntityBalanceReportTotalsPayments (mollie_api v0.1.0-20260303)

View Source

Only available on transaction-categories grouping.

Summary

Types

t()

@type t() :: %MollieAPI.Model.EntityBalanceReportTotalsPayments{
  immediatelyAvailable: MollieAPI.Model.SubGroup.t() | nil,
  movedToAvailable: MollieAPI.Model.SubGroup.t() | nil,
  pending: MollieAPI.Model.SubGroup.t() | nil
}

Functions

decode(value)