@be-link/ecommerce-trade-service-node-sdk 0.1.150 → 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.
|
@@ -1255,8 +1255,8 @@ export declare namespace PosOrderQueryService {
|
|
|
1255
1255
|
/** B 端门店订单列表(酒旅虚拟品) */
|
|
1256
1256
|
interface IStoreOrderCard {
|
|
1257
1257
|
orderId: string;
|
|
1258
|
-
/**
|
|
1259
|
-
orderStatus:
|
|
1258
|
+
/** 订单状态(单值) */
|
|
1259
|
+
orderStatus: ENUM.OrderStatus;
|
|
1260
1260
|
productImage: string;
|
|
1261
1261
|
/** 渠道标签,对应 OrderSource */
|
|
1262
1262
|
channelTag: string;
|
|
@@ -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
|
/** 退款优惠券信息(数组类型) */
|