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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Checkout.SessionCreateParams.ConsentCollection.PaymentMethodReuseAgreement{
    position: String.t() | nil
  }
```

* `position` - Determines the position and visibility of the payment method reuse agreement in the UI. When set to `auto`, Stripe's
defaults will be used. When set to `hidden`, the payment method reuse agreement text will always be hidden in the UI. Possible values: `auto`, `hidden`.

---

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