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

BalanceRefundMetadata

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BalanceRefundMetadata{
  amount: integer() | nil,
  currency: String.t() | nil,
  exchange_rate: float() | nil,
  fee: integer() | nil,
  order_created_at: String.t() | nil,
  order_id: String.t() | nil,
  presentment_amount: integer() | nil,
  presentment_currency: String.t() | nil,
  product_id: String.t() | nil,
  refund_id: String.t() | nil,
  refundable_amount: integer() | nil,
  subscription_id: String.t() | nil,
  tax_amount: integer() | nil,
  tax_country: String.t() | nil,
  tax_state: String.t() | nil,
  transaction_id: String.t() | nil
}
```

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

# `schema_name`

---

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