# `Stripe.Resources.DestinationPaymentMethodDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/destination_payment_method_details.ex#L2)

OutboundTransfersPaymentMethodDetails

# `t`

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

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

# `expandable_fields`

# `object_name`

---

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