# `Stripe.Resources.Price.CurrencyOptions.CustomUnitAmount`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/price.ex#L117)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Price.CurrencyOptions.CustomUnitAmount{
  maximum: integer() | nil,
  minimum: integer() | nil,
  preset: integer() | nil
}
```

* `maximum` - The maximum unit amount the customer can specify for this item. Nullable.
* `minimum` - The minimum unit amount the customer can specify for this item. Must be at least the minimum charge amount. Nullable.
* `preset` - The starting unit amount which can be updated by the customer. Nullable.

---

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