@be-link/ecommerce-promotion-service-node-sdk 0.1.38 → 0.1.39
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.
|
@@ -243,22 +243,10 @@ export declare namespace Service {
|
|
|
243
243
|
availableItemCouponTemplates: string[];
|
|
244
244
|
/** 订单券可用性信息 */
|
|
245
245
|
orderCouponsAvailability: {
|
|
246
|
-
/**
|
|
247
|
-
available:
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
couponCode: string;
|
|
251
|
-
discountAmount: number;
|
|
252
|
-
endtime: number;
|
|
253
|
-
}>;
|
|
254
|
-
/** 不可用的订单券列表 */
|
|
255
|
-
unavailable: Array<{
|
|
256
|
-
couponId: string;
|
|
257
|
-
couponName: string;
|
|
258
|
-
couponCode: string;
|
|
259
|
-
/** 不可用原因 */
|
|
260
|
-
unavailableReason: string;
|
|
261
|
-
}>;
|
|
246
|
+
/** 可用的订单券模板ID列表 */
|
|
247
|
+
available: string[];
|
|
248
|
+
/** 不可用的订单券模板ID列表 */
|
|
249
|
+
unavailable: string[];
|
|
262
250
|
};
|
|
263
251
|
/** 校验结果(仅在用户选择场景下有值) */
|
|
264
252
|
validation?: ValidateSelectedCouponResult;
|