# `Stripe.Params.Checkout.SessionCreateParams.PaymentMethodData`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L926)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.PaymentMethodData{
  allow_redisplay: String.t() | nil
}
```

* `allow_redisplay` - Allow redisplay will be set on the payment method on confirmation and indicates whether this payment method can be shown again to the customer in a checkout flow. Only set this field if you wish to override the allow_redisplay value determined by Checkout. Possible values: `always`, `limited`, `unspecified`.

---

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