itd-api / ShopOrder
Interface: ShopOrder
Defined in: models/shop.ts:220
Оформленный заказ.
Properties
comment?
ts
optional comment?: string | null;Defined in: models/shop.ts:231
createdAt
ts
createdAt: string;Defined in: models/shop.ts:223
delivery
ts
delivery: ShopOrderDelivery;Defined in: models/shop.ts:229
items
ts
items: ShopOrderItem[];Defined in: models/shop.ts:225
itemsTotal
ts
itemsTotal: number;Defined in: models/shop.ts:226
number
ts
number: string;Defined in: models/shop.ts:221
payment
ts
payment: object;Defined in: models/shop.ts:224
pending
ts
pending: boolean;shipping
ts
shipping: number;Defined in: models/shop.ts:227
status
ts
status: ShopOrderStatus;Defined in: models/shop.ts:222
support?
ts
optional support?: ShopOrderSupport | null;Defined in: models/shop.ts:232
total
ts
total: number;Defined in: models/shop.ts:228
track?
ts
optional track?: string | null;Defined in: models/shop.ts:230