# `Stripe.Resources.Subscription.TrialSettings.EndBehavior`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/subscription.ex#L736)

Nested struct within the parent resource.

# `t`

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