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

Nested parameters.

# `t`

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

* `amount` - The amount that will be transferred automatically when the invoice is paid. If no amount is set, the full amount is transferred.
* `destination` - ID of an existing, connected Stripe account.

---

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