@be-link/ecommerce-promotion-service-node-sdk 0.1.37 → 0.1.38
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.
|
@@ -223,8 +223,16 @@ export declare namespace Service {
|
|
|
223
223
|
/** 剩余待支付金额(分) */
|
|
224
224
|
remainingAmount: number;
|
|
225
225
|
};
|
|
226
|
-
/**
|
|
227
|
-
|
|
226
|
+
/** 选中的单品券列表 */
|
|
227
|
+
selectedItemCoupons: {
|
|
228
|
+
couponId: string;
|
|
229
|
+
couponName: string;
|
|
230
|
+
couponCode: string;
|
|
231
|
+
discountAmount: number;
|
|
232
|
+
endtime: number;
|
|
233
|
+
}[];
|
|
234
|
+
/** 选中的订单券列表 */
|
|
235
|
+
selectedOrderCoupons: {
|
|
228
236
|
couponId: string;
|
|
229
237
|
couponName: string;
|
|
230
238
|
couponCode: string;
|