@be-link/ecommerce-promotion-service-node-sdk 0.1.8 → 0.1.9
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.
|
@@ -166,6 +166,7 @@ export declare namespace Service {
|
|
|
166
166
|
couponName: string;
|
|
167
167
|
couponCode: string;
|
|
168
168
|
discountAmount: number;
|
|
169
|
+
endtime: number;
|
|
169
170
|
}[];
|
|
170
171
|
/** 可用优惠券模版 */
|
|
171
172
|
availableCouponTemplates: string[];
|
|
@@ -194,6 +195,7 @@ export declare namespace Service {
|
|
|
194
195
|
couponName: string;
|
|
195
196
|
couponCode: string;
|
|
196
197
|
discountAmount: number;
|
|
198
|
+
endtime: number;
|
|
197
199
|
}[];
|
|
198
200
|
}
|
|
199
201
|
/** 积分商城用户选择后再次算价响应 */
|
|
@@ -220,6 +222,7 @@ export declare namespace Service {
|
|
|
220
222
|
couponName: string;
|
|
221
223
|
couponCode: string;
|
|
222
224
|
discountAmount: number;
|
|
225
|
+
endtime: number;
|
|
223
226
|
}[];
|
|
224
227
|
/** 是否有效 */
|
|
225
228
|
isValid: boolean;
|