# `PolarExpress.Schemas.CustomerPortalCustomerUpdate`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/customer_portal_customer_update.ex#L2)

CustomerPortalCustomerUpdate

# `t`

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

* `billing_address` - Nullable.
* `billing_name` - Nullable.
* `tax_id` - Nullable.

# `schema_name`

---

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