@be-link/ecommerce-promotion-service-node-sdk 0.1.40 → 0.1.41
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,8 @@ export declare namespace Service {
|
|
|
239
239
|
discountAmount: number;
|
|
240
240
|
endtime: number;
|
|
241
241
|
}[];
|
|
242
|
+
/** 选中券码集合(订单侧使用,包含单品券+订单券的券码) */
|
|
243
|
+
selectedCouponCodes: string[];
|
|
242
244
|
/** 可用单品券模版ID列表 */
|
|
243
245
|
availableItemCouponTemplates: string[];
|
|
244
246
|
/** 订单券可用性信息 */
|