Monzo.Receipt.Tax (monzo_client v1.0.0)

Copy Markdown View Source

A tax line applied to the receipt as a whole.

Summary

Types

t()

@type t() :: %Monzo.Receipt.Tax{
  amount: integer(),
  currency: String.t(),
  description: String.t(),
  tax_number: String.t() | nil
}