# `Stripe.Resources.PaymentLink.ConsentCollection.PaymentMethodReuseAgreement`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_link.ex#L248)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentLink.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*
