traceNo | String | Yes | Cashier terminal trace no. | No repeat |
orderNo | String | Yes | Order No. from e-Buy | made by Ebuy |
transDate | String | Yes | Transaction time | Format:yyyyMMddHHmmss |
returnCode | String | Yes | Return code | 00 represent successful transaction, else represent fail |
returnDesc | String | Yes | Return message | Detail explanation / error message per transaction result |
paidAmount | Price | Yes | Total amount paid | Face Value. Unit : Dollar |
receiptAmount | Price | No | Merchant actual received amount | Net Value. Unit : Dollar |
invoiceAmount | Price | No | Merchant invoice amount | Unit : Dollar |
exchangeRate | Number(8,6) | No | Exchange Rate | The rate of conversion the currency given in the request to CNY. |
currency | String | No | Currency | For example: CNY |
discountCode | String | No | Discount Code | assigned by Cashier POS |
discountNum | Number | No | numbers of discountCode | 用于入账计折扣类型的数量 |
tenderCode | String | No | Tender Code | assigned by Cashier POS,record payment method,like:2016120101|20.00 is payment 20yuan |
activityProductNo | String | No | Activity Product no. | |
activityProductName | String | No | Activity Product name | |
goodsDetail | List<[goodsDetail](https://book.e-buy.com/link/333#bkmrk-goods-detail "goodsDetail")> | No | Paid product detail | Backend response paid product detail |
fundChannel | List<[fundChannel](https://book.e-buy.com/link/333#bkmrk-fund-channel "fundChannel")> | No | Channel of fund | |
printDetail | Object<[printDetail](https://book.e-buy.com/link/333#bkmrk-print-detail "printDetail")> | No | Printing message | Provided if required to print on the receipt |
memberDetail | Object<[memberDetail](https://book.e-buy.com/link/333#bkmrk-member-detail "memberDetail")> | No | Member information | Member info return message on this transaction |