# `Stripe.Resources.Charge.TransferData`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L2170)

Nested struct within the parent resource.

# `t`

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

* `amount` - The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account. Nullable.
* `destination` - ID of an existing, connected Stripe account to transfer funds to if `transfer_data` was specified in the charge request.

---

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