# Customer

The Customer object contains the below properties

| Property Name | Type    | Use                         |
| ------------- | ------- | --------------------------- |
| FirstName     | string? | The customers first name    |
| LastName      | string? | The customers last name     |
| EmailAddress  | string? | The customers email address |
