Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Status ¶
type Status string
Status represents an order status
const ( // StatusPending is the pending order status. StatusPending Status = "pending" // StatusProcessing is the processing order status. StatusProcessing Status = "processing" // StatusShipped is the shipped order status. StatusShipped Status = "shipped" // StatusDelivered is the delivered order status. StatusDelivered Status = "delivered" // StatusCancelled is the cancelled order status. StatusCancelled Status = "cancelled" )
Click to show internal directories.
Click to hide internal directories.