Customer Class |
Namespace: Micros.PosCore.GuestProfile
[SerializableAttribute] public class Customer : BindableBase
The Customer type exposes the following members.
| Name | Description | |
|---|---|---|
| AddressLine1 | ||
| AddressLine2 | ||
| City | ||
| CountryRegion | ||
| CustomProperties |
A generic set of name value pairs. Will return an Empty List if no CustomProperties are defined
| |
Email used by customer for this order.
| ||
| FirstName | ||
| LastName | ||
| Phone |
Phone number used by customer for this order.
| |
| PostalCode | ||
| ProviderId |
Identifier set by provider
| |
| StateProvince | ||
| VehicleDescription |
Vehicle used by customer for this order.
| |
| VehicleLicensePlate |
Vehicle used by customer for this order.
|
| Name | Description | |
|---|---|---|
| ClearAllFields |
Clears
| |
| ClearEmail | ||
| ClearLocation | ||
| ClearName | ||
| ClearPhone | ||
| ClearVehicle | ||
| Clone |
Make a 'deep' copy of this object.
| |
| TrimAllFields |
| Name | Description | |
|---|---|---|
| NullOrderCustomer |
Returned when no customer is found or selected
|