# `Stripe.Params.Treasury.OutboundTransferCreateParams.DestinationPaymentMethodData`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/treasury/outbound_transfer_create_params.ex#L44)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Treasury.OutboundTransferCreateParams.DestinationPaymentMethodData{
    financial_account: String.t() | nil,
    type: String.t() | nil
  }
```

* `financial_account` - Required if type is set to `financial_account`. The FinancialAccount ID to send funds to.
* `type` - The type of the destination. Possible values: `financial_account`.

---

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