A detailed, itemised receipt attached to a transaction.
Unlike every other Monzo resource, receipts are sent and received as a JSON body rather than form-encoded.
Summary
Types
@type t() :: %Monzo.Receipt{ currency: String.t(), external_id: String.t(), id: String.t() | nil, items: [Monzo.Receipt.Item.t()], merchant: Monzo.Receipt.Merchant.t() | nil, payments: [Monzo.Receipt.Payment.t()], taxes: [Monzo.Receipt.Tax.t()], total: integer(), transaction_id: String.t() }