# `Stripe.Resources.Terminal.Configuration.Tipping.Gip`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/terminal/configuration.ex#L335)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Configuration.Tipping.Gip{
  fixed_amounts: [integer()] | nil,
  percentages: [integer()] | nil,
  smart_tip_threshold: integer() | nil
}
```

* `fixed_amounts` - Fixed amounts displayed when collecting a tip Nullable.
* `percentages` - Percentages displayed when collecting a tip Nullable.
* `smart_tip_threshold` - Below this amount, fixed amounts will be displayed; above it, percentages will be displayed

---

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