# `PolarExpress.Schemas.BalanceOrderMetadata`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/balance_order_metadata.ex#L2)

BalanceOrderMetadata

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BalanceOrderMetadata{
  amount: term(),
  currency: term(),
  exchange_rate: term(),
  fee: term(),
  net_amount: term(),
  order_id: term(),
  presentment_amount: term(),
  presentment_currency: term(),
  product_id: term(),
  subscription_id: term(),
  tax_amount: term(),
  tax_country: term(),
  tax_state: term(),
  transaction_id: term()
}
```

* `amount`
* `currency`
* `exchange_rate`
* `fee`
* `net_amount`
* `order_id`
* `presentment_amount`
* `presentment_currency`
* `product_id`
* `subscription_id`
* `tax_amount`
* `tax_country` - Nullable.
* `tax_state` - Nullable.
* `transaction_id`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
