# `Stripe.Resources.PaymentIntent.AmountDetails.Tip`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L291)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentIntent.AmountDetails.Tip{
  amount: integer() | nil
}
```

* `amount` - Portion of the amount that corresponds to a tip.

---

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