@be-link/ecommerce-trade-service-node-sdk 0.1.151 → 0.1.152
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.
|
@@ -384,6 +384,10 @@ export declare namespace RosOrderQueryService {
|
|
|
384
384
|
reverseOrderStatus: ENUM.ReverseOrderStatus;
|
|
385
385
|
/** 退款金额(分) */
|
|
386
386
|
refundAmount: number;
|
|
387
|
+
/**
|
|
388
|
+
* 逆向单表快照:创建该逆向单时 TradeOrder.remainAmount(分)
|
|
389
|
+
*/
|
|
390
|
+
remainAmount: number;
|
|
387
391
|
/** 退款积分数 */
|
|
388
392
|
refundPoints: number;
|
|
389
393
|
/** 退款优惠券信息(数组类型) */
|