itd-api / CreateShopOrderInput
Interface: CreateShopOrderInput
Defined in: models/shop.ts:161
Данные для создания заказа.
Properties
consentContext
ts
consentContext: ShopConsentContext;Defined in: models/shop.ts:165
consents
ts
consents: ShopConsent[];Defined in: models/shop.ts:164
items
ts
items: ShopOrderItemInput[];Defined in: models/shop.ts:162
recipient
ts
recipient: ShopRecipient;Defined in: models/shop.ts:163