# `Stripe.Resources.Treasury.OutboundPayment.DestinationPaymentMethodDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/treasury/outbound_payment.ex#L100)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Treasury.OutboundPayment.DestinationPaymentMethodDetails{
    billing_details: Stripe.Resources.BillingDetails.t() | nil,
    financial_account: Stripe.Resources.FinancialAccount.t() | nil,
    type: String.t() | nil,
    us_bank_account: Stripe.Resources.UsBankAccount.t() | nil
  }
```

* `billing_details`
* `financial_account`
* `type` - The type of the payment method used in the OutboundPayment. Possible values: `financial_account`, `us_bank_account`.
* `us_bank_account`

---

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