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

CustomerOrderUpdate

Schema to update an order.

# `t`

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

* `billing_address` - The address of the customer that should appear on the invoice. Country and state fields cannot be updated. Nullable.
* `billing_name` - The name of the customer that should appear on the invoice. Nullable.

# `schema_name`

---

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