traceNo | String | 是 | 收银机流水号 | 不允许重复,必须以yyyyMMdd(当天)作为流水号开头+递增序列 |
orderNo | String | 是 | 交易订单号 | 单位:元 |
transDate | String | 是 | 交易时间 | 格式为:yyyyMMddHHmmss |
returnCode | String | 是 | 返回码 | 00表示交易成功,其他表示失败 |
returnDesc | String | 是 | 返回信息 | 交易结果描述或错误原因 |
paidAmount | Price | 是 | 支付成功总金额 | 单位:元 |
receiptAmount | Price | 否 | 商户实收金额 | 单位:元 |
invoiceAmount | Price | 否 | 商户开票金额 | 单位:元 |
exchangeRate | Number(8,6) | 否 | 汇率 | 1外币等于多少人民币 |
currency | String | 否 | 货币类型 | 例如:CNY |
discountCode | String | 否 | 折扣编码 | 由收银机分配,用于入账计折扣类型 |
discountNum | Number | 否 | 固定金额折扣数量 | 用于入账计折扣类型的数量 |
tenderCode | String | 否 | 支付方式编码 | 由收银机分配,用于入账计支付方式 |
activityProductNo | String | 否 | 活动产品编号 | |
activityProductName | String | 否 | 活动产品名称 | |
needSameCard | Boolean | 否 | 同一张卡支付 | 如满额立减类活动,需要同一张银行卡支付剩余金额 |
goodsDetail | List<[goodsDetail](https://gitbook.e-fuli.com/ebuy-cashier-integration-api/cn/api-introduction/parameter-object/goods-detail.html "goodsDetail")> | 否 | 折抵产品明细 | 返回后台已抵扣成功的产品明细 |
fundChannel | List<[fundChannel](https://gitbook.e-fuli.com/ebuy-cashier-integration-api/cn/api-introduction/parameter-object/fund-channel.html "fundChannel")> | 否 | 资金渠道 | |
printDetail | Object<[printDetail](https://gitbook.e-fuli.com/ebuy-cashier-integration-api/cn/api-introduction/parameter-object/print-detail.html "printDetail")> | 否 | 打印信息 | 如需要在收银小票上打印信息时必填 |
memberDetail | Object<[memberDetail](https://gitbook.e-fuli.com/ebuy-cashier-integration-api/cn/api-introduction/parameter-object/member-detail.html "memberDetail")> | 否 | 会员信息 | 返回本次交易的会员信息 |
voucherDetail | List<[voucherDetail](https://gitbook.e-fuli.com/ebuy-cashier-integration-api/cn/api-introduction/parameter-object/voucher-detail.html "voucherDetail")> | 否 | 优惠券信息 | 返回本次交易的优惠券信息 |
extendsData | Object<[extendsData](https://gitbook.e-fuli.com/ebuy-cashier-integration-api/cn/api-introduction/parameter-object/extends-data.html "extendsData")> | 否 | 扩展信息 | 与ebuy约定 |