@be-link/ecommerce-trade-service-node-sdk 0.1.13 → 0.1.15
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.
|
@@ -420,6 +420,10 @@ export declare namespace PosOrderQueryService {
|
|
|
420
420
|
productQuantity: number;
|
|
421
421
|
/** 订单总金额(分) */
|
|
422
422
|
totalAmount: number;
|
|
423
|
+
/** 订单实付金额(分) */
|
|
424
|
+
actualAmount: number;
|
|
425
|
+
/** 商品单价(分) */
|
|
426
|
+
unitPrice: number;
|
|
423
427
|
/** 订单状态 */
|
|
424
428
|
orderStatus: ENUM.OrderStatus;
|
|
425
429
|
/** 订单退款状态 */
|