Represents Balance Value data in the Customers 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.
Creates and maintains customer records owned by an Inttegro application.
Customers connect contact information, addresses, orders, and saved payment methods. Use a
stable customer ID for repeat relationships and keep application-specific identifiers in
custom_data rather than overloading personal fields.
Summary
Functions
Builds a Inttegro.Customers.BalanceValue and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.Customers.BalanceValue{ as_of: String.t(), available: Inttegro.Money.Amount.t() }
The decoded balance value value.
Functions
Builds a Inttegro.Customers.BalanceValue and raises KeyError when a required field is missing.