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

BalanceCreditOrderMetadata

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BalanceCreditOrderMetadata{
  amount: integer() | nil,
  currency: String.t() | nil,
  fee: integer() | nil,
  order_id: String.t() | nil,
  product_id: String.t() | nil,
  subscription_id: String.t() | nil,
  tax_amount: integer() | nil,
  tax_country: String.t() | nil,
  tax_state: String.t() | nil
}
```

* `amount`
* `currency`
* `fee`
* `order_id`
* `product_id`
* `subscription_id`
* `tax_amount`
* `tax_country` - Nullable.
* `tax_state` - Nullable.

# `schema_name`

---

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