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

Nested parameters.

# `t`

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

* `amount` - The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account.

---

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