# `Stripe.Resources.ShippingRate.FixedAmount.CurrencyOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/shipping_rate.ex#L123)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ShippingRate.FixedAmount.CurrencyOptions{
  amount: integer() | nil,
  tax_behavior: String.t() | nil
}
```

* `amount` - A non-negative integer in cents representing how much to charge.
* `tax_behavior` - Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Possible values: `exclusive`, `inclusive`, `unspecified`.

---

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