Interface: Stored_Order
Properties
| Property | Type |
|---|---|
auth-code? | string |
client-reference? | string |
created | string |
customers? | number[] |
deleted? | string |
description? | string |
end-date? | string |
id | number |
items? | Item[] |
labels? | number[] |
location | number |
name | string |
order-reference? | string |
owner? | number |
payments? | Payment[] |
resources? | number[] |
schedules? | string[] |
start-date? | string |
state | State |
tags? | string[] |
type? | "take-out" |
updated | string |
updated-by? | number |
updated-from? | number |
users? | number[] |