# `Polarex.CustomerPortalCustomerUpdate`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/customer_portal_customer_update.ex#L1)

Provides struct and type for a CustomerPortalCustomerUpdate

# `t`

```elixir
@type t() :: %Polarex.CustomerPortalCustomerUpdate{
  billing_address: Polarex.AddressInput.t() | nil,
  billing_name: String.t() | nil,
  default_payment_method_id: String.t() | nil,
  tax_id: String.t() | nil
}
```

---

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