# `Stripe.Params.PaymentIntentUpdateParams.TransferData`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_intent_update_params.ex#L760)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentIntentUpdateParams.TransferData{
  amount: integer() | nil
}
```

* `amount` - The amount that will be transferred automatically when a charge succeeds.

---

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