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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentIntentCaptureParams.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*
