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

Parameters for payment method domain update.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentMethodDomainUpdateParams{
  enabled: boolean() | nil,
  expand: [String.t()] | nil
}
```

* `enabled` - Whether this payment method domain is enabled. If the domain is not enabled, payment methods that require a payment method domain will not appear in Elements or Embedded Checkout.
* `expand` - Specifies which fields in the response should be expanded.

---

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