itd-api / ShopDeliveryCalculation
Interface: ShopDeliveryCalculation
Defined in: models/shop.ts:112
Стоимость и ожидаемый срок доставки.
Properties
cost
ts
cost: number;Defined in: models/shop.ts:116
Стоимость доставки в рублях.
costKopecks
ts
costKopecks: number;Defined in: models/shop.ts:114
Стоимость доставки в копейках.
periodMax
ts
periodMax: number;Defined in: models/shop.ts:118
periodMin
ts
periodMin: number;Defined in: models/shop.ts:117
tariffCode
ts
tariffCode: number;Defined in: models/shop.ts:119
tariffName
ts
tariffName: string;Defined in: models/shop.ts:120
weightGrams
ts
weightGrams: number;Defined in: models/shop.ts:121