@be-link/ecommerce-promotion-service-node-sdk 0.1.42 → 0.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -189,6 +189,7 @@ export declare namespace Service {
|
|
|
189
189
|
couponName: string;
|
|
190
190
|
couponCode: string;
|
|
191
191
|
discountAmount: number;
|
|
192
|
+
starttime: number;
|
|
192
193
|
endtime: number;
|
|
193
194
|
}[];
|
|
194
195
|
/** 可用优惠券模版 */
|
|
@@ -229,7 +230,9 @@ export declare namespace Service {
|
|
|
229
230
|
couponName: string;
|
|
230
231
|
couponCode: string;
|
|
231
232
|
discountAmount: number;
|
|
233
|
+
starttime: number;
|
|
232
234
|
endtime: number;
|
|
235
|
+
couponType: ENUM.PRICING_CALCULATION_ENUM.COUPON_TYPE;
|
|
233
236
|
}[];
|
|
234
237
|
/** 选中的订单券列表 */
|
|
235
238
|
selectedOrderCoupons: {
|
|
@@ -237,7 +240,9 @@ export declare namespace Service {
|
|
|
237
240
|
couponName: string;
|
|
238
241
|
couponCode: string;
|
|
239
242
|
discountAmount: number;
|
|
243
|
+
starttime: number;
|
|
240
244
|
endtime: number;
|
|
245
|
+
couponType: ENUM.PRICING_CALCULATION_ENUM.COUPON_TYPE;
|
|
241
246
|
}[];
|
|
242
247
|
/** 选中券信息集合(订单侧使用,包含单品券+订单券) */
|
|
243
248
|
selectedCouponCodes: {
|
|
@@ -245,6 +250,7 @@ export declare namespace Service {
|
|
|
245
250
|
couponName: string;
|
|
246
251
|
couponCode: string;
|
|
247
252
|
discountAmount: number;
|
|
253
|
+
starttime: number;
|
|
248
254
|
endtime: number;
|
|
249
255
|
couponType: ENUM.PRICING_CALCULATION_ENUM.COUPON_TYPE;
|
|
250
256
|
}[];
|