Outlets
Object
LoyaltyClassification
| Fields | Type | Description |
|---|---|---|
|
id |
The The |
|
|
type |
String |
The |
|
name |
String |
The |
Object
Loyalty
| Fields | Type | Description |
|---|---|---|
|
id |
Int! |
The ID of the loyalty |
|
quantity |
Float |
The quantity for this rate to activate at |
|
earnRate |
Float |
The amount of points per dollar to earn at this quantity (or null to inherit from the Outlet) |
|
redeemRate |
Float |
The amount of points per dollar it costs to redeem at this quantity (or null to inherit from the Outlet) |
|
classification |
The classification this affects |
Object
Outlet
Implements
List of interfaces this object implements
| Fields | Type | Description |
|---|---|---|
|
id |
The ID of the outlet |
|
|
name |
String! |
The name of the outlet |
|
settings |
The settings for this object |
|
|
registers |
The registers that this Outlet has |
|
|
contact |
The contact details of the Outlet |
|
|
logo |
String |
The url to the logo of the Outlet |
|
businessNumber |
String! |
The business number of the Outlet |
|
loyaltyEnabled |
Boolean! |
Whether loyalty is enabled for this Outlet |
|
loyalties |
The custom loyalty rates for classifications |
|
|
loyaltyName |
String |
The name of the loyalty field |
|
loyaltyEarnRate |
Float |
The default amount of points earned for spending one dollar. |
|
loyaltyRedeemRate |
Float |
The default amount of points needed to redeem one dollar. |
|
hasKitchenScreen |
Boolean! |
Whether the outlet has a kitchen screen |
|
ticketingPriceSet |
The price set used for ticketing at this outlet |
|
|
createdAt |
The time the Outlet was created |
|
|
deletedAt |
The time this outlet was deleted (or null if not deleted) |