@be-link/pos-cli-nodejs 0.0.82 → 0.0.83

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -514,10 +514,10 @@ export declare namespace Service {
514
514
  applicablePeople: string;
515
515
  /** 份数 */
516
516
  quantity: number;
517
- /** gmv */
517
+ /** gmv(实付金额. 不包含退款金额) */
518
518
  gmv: number;
519
- /** 实付金额 */
520
- paidAmount: number;
519
+ /** 剩余金额 */
520
+ remainAmount: number;
521
521
  /** 商品名称 */
522
522
  itemName: string;
523
523
  }