@be-link/ecommerce-promotion-service-node-sdk 0.0.20 → 0.0.21
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.
|
@@ -136,10 +136,12 @@ export declare namespace Service {
|
|
|
136
136
|
/** 剩余待支付金额(分) */
|
|
137
137
|
remainingAmount: number;
|
|
138
138
|
/** 最优优惠券组合 */
|
|
139
|
-
optimalCoupons
|
|
139
|
+
optimalCoupons: {
|
|
140
140
|
couponCode: string;
|
|
141
141
|
discountAmount: number;
|
|
142
142
|
}[];
|
|
143
|
+
/** 可用优惠券模版 */
|
|
144
|
+
availableCouponTemplates?: string[];
|
|
143
145
|
/** 积分抵扣规则 */
|
|
144
146
|
pointsDeductionRule?: Entity.PointsDeductionRule;
|
|
145
147
|
}
|