tipalti v0.5.0 Tipalti.Balance View Source

Represents a Tipalti payer account balance.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Tipalti.Balance{
  account_identifier: String.t(),
  balance: Money.t(),
  provider: String.t()
}