# `Stripe.Params.SubscriptionMigrateParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/subscription_migrate_params.ex#L2)

Parameters for subscription migrate.

# `t`

```elixir
@type t() :: %Stripe.Params.SubscriptionMigrateParams{
  billing_mode: Stripe.Params.SubscriptionMigrateParams.BillingMode.t(),
  expand: [String.t()] | nil
}
```

* `billing_mode` - Controls how prorations and invoices for subscriptions are calculated and orchestrated.
* `expand` - Specifies which fields in the response should be expanded.

---

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