# `Stripe.Resources.PaymentIntent.PaymentMethodConfigurationDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L493)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentIntent.PaymentMethodConfigurationDetails{
  id: String.t() | nil,
  parent: String.t() | nil
}
```

* `id` - ID of the payment method configuration used. Max length: 5000.
* `parent` - ID of the parent payment method configuration used. Max length: 5000. Nullable.

---

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