itd-api / ShopOrderItem
Interface: ShopOrderItem
Defined in: models/shop.ts:197
Товар в оформленном заказе.
Properties
color?
ts
optional color?: string | null;Defined in: models/shop.ts:200
qty
ts
qty: number;Defined in: models/shop.ts:202
size?
ts
optional size?: string | null;Defined in: models/shop.ts:201
slug
ts
slug: string;Defined in: models/shop.ts:198
sum
ts
sum: number;Defined in: models/shop.ts:203
title
ts
title: string;Defined in: models/shop.ts:199