# `Stripe.Params.ShippingRateUpdateParams.FixedAmount.CurrencyOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/shipping_rate_update_params.ex#L33)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.ShippingRateUpdateParams.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*
