# `Stripe.Params.PaymentLinkCreateParams.SubscriptionData.TrialSettings.EndBehavior`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_create_params.ex#L726)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.PaymentLinkCreateParams.SubscriptionData.TrialSettings.EndBehavior{
    missing_payment_method: String.t() | nil
  }
```

* `missing_payment_method` - Indicates how the subscription should change when the trial ends if the user did not provide a payment method. Possible values: `cancel`, `create_invoice`, `pause`.

---

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