# Customer

Represents a customer in the order.

- `email`

#### Declaration

- `isNew`

A flag indicating whether the customer is new (or not).

#### Declaration

- `init(id:)`

Initializes a customer object with the passed parameters.
  
  - id: The id for your customer (required).
