# `Stripe.Params.Terminal.ReaderCollectPaymentMethodParams.CollectConfig.Tipping`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/terminal/reader_collect_payment_method_params.ex#L35)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Terminal.ReaderCollectPaymentMethodParams.CollectConfig.Tipping{
    amount_eligible: integer() | nil
  }
```

* `amount_eligible` - Amount used to calculate tip suggestions on tipping selection screen for this transaction. Must be a positive integer in the smallest currency unit (e.g., 100 cents to represent $1.00 or 100 to represent ¥100, a zero-decimal currency).

---

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