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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.ChargeCreateParams.TransferData{
  amount: integer() | nil,
  destination: String.t() | nil
}
```

* `amount` - The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account.
* `destination` - ID of an existing, connected Stripe account. Max length: 5000.

---

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