@be-link/ecommerce-promotion-service-node-sdk 0.1.40 → 0.1.42
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.
|
@@ -239,6 +239,15 @@ export declare namespace Service {
|
|
|
239
239
|
discountAmount: number;
|
|
240
240
|
endtime: number;
|
|
241
241
|
}[];
|
|
242
|
+
/** 选中券信息集合(订单侧使用,包含单品券+订单券) */
|
|
243
|
+
selectedCouponCodes: {
|
|
244
|
+
couponId: string;
|
|
245
|
+
couponName: string;
|
|
246
|
+
couponCode: string;
|
|
247
|
+
discountAmount: number;
|
|
248
|
+
endtime: number;
|
|
249
|
+
couponType: ENUM.PRICING_CALCULATION_ENUM.COUPON_TYPE;
|
|
250
|
+
}[];
|
|
242
251
|
/** 可用单品券模版ID列表 */
|
|
243
252
|
availableItemCouponTemplates: string[];
|
|
244
253
|
/** 订单券可用性信息 */
|