Documentation ¶
Index ¶
Constants ¶
View Source
const ( APPROVAL_PENDING = iota APPROVED REJECTED CANCEL_PENDING CANCELLED REVISION_PENDING )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Order ¶
type Order struct { ID uuid.UUID ConsumerID uuid.UUID RestaurantID uuid.UUID OrderLineItems OrderLineItem DeliveryInfo DeliveryInfo PaymentInfo PaymentInfo State int }
type OrderLineItem ¶
type PaymentInfo ¶
type PaymentInfo struct {
PaymentToken string
}
Click to show internal directories.
Click to hide internal directories.