# `Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/radar/payment_evaluation.ex#L455)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails{
    billing_details:
      Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails.BillingDetails.t()
      | nil,
    payment_method: String.t() | Stripe.Resources.PaymentMethod.t() | nil
  }
```

* `billing_details` - Billing information associated with the payment evaluation. Nullable.
* `payment_method` - The payment method used in this payment evaluation.

---

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