UserOrder model¶
UserOrder is a model of a shop order related to the User and consists of the following fields:
- confirm:
boolean - date:
string - isDigital:
boolean - isOverpayment:
boolean - isPaid:
boolean - isUnderpayment:
boolean - id:
number - registered:
string - sum:
string - sumFloat:
number - totalProducts:
number - status:
TUserOrderStatus
TUserOrderStatus¶
Represents the object of the status of the order and consists of the following fields:
- statusId:
number - translation:
{ name: string; langId: number; } - type:
number