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

Parameters for token update.

# `t`

```elixir
@type t() :: %Stripe.Params.Issuing.TokenUpdateParams{
  expand: [String.t()] | nil,
  status: String.t()
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `status` - Specifies which status the token should be updated to. Possible values: `active`, `deleted`, `suspended`.

---

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