Monzo.Pot (monzo_client v1.0.0)

Copy Markdown View Source

A Monzo savings pot attached to a current account.

Summary

Types

t()

@type t() :: %Monzo.Pot{
  balance: integer(),
  created: DateTime.t() | nil,
  currency: String.t(),
  deleted: boolean(),
  id: String.t(),
  name: String.t(),
  style: String.t(),
  updated: DateTime.t() | nil
}