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

Nested parameters.

# `t`

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

* `account` - ID of an existing, connected Stripe account. Max length: 5000.
* `amount` - The amount to transfer to the destination account without creating an `Application Fee` object. Cannot be combined with the `application_fee` parameter. Must be less than or equal to the charge amount.

---

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