@be-link/ecommerce-trade-service-node-sdk 0.1.7 → 0.1.8
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.
|
@@ -411,6 +411,8 @@ export declare namespace PosOrderQueryService {
|
|
|
411
411
|
totalAmount: number;
|
|
412
412
|
/** 订单状态 */
|
|
413
413
|
orderStatus: ENUM.OrderStatus;
|
|
414
|
+
/** 订单退款状态 */
|
|
415
|
+
refundStatus: ENUM.OrderRefundStatus;
|
|
414
416
|
/** 商品主图URL */
|
|
415
417
|
productImage: string;
|
|
416
418
|
/** 商品提货方式 */
|
|
@@ -463,6 +465,8 @@ export declare namespace PosOrderQueryService {
|
|
|
463
465
|
receiverPhone: string;
|
|
464
466
|
/** 收货地址 */
|
|
465
467
|
detailAddress?: string;
|
|
468
|
+
/** 申请退款状态 */
|
|
469
|
+
applyRefund: ENUM.ApplyRefundStatus;
|
|
466
470
|
};
|
|
467
471
|
/** 商品信息 */
|
|
468
472
|
product: {
|
|
@@ -494,6 +498,8 @@ export declare namespace PosOrderQueryService {
|
|
|
494
498
|
};
|
|
495
499
|
/** 退款订单记录 */
|
|
496
500
|
refund: {
|
|
501
|
+
/** 退款订单ID */
|
|
502
|
+
reverseOrderId: string;
|
|
497
503
|
/** 退款订单状态 */
|
|
498
504
|
status: ENUM.ReverseOrderStatus;
|
|
499
505
|
/** 退款金额 */
|