documents update

master
yixian 5 years ago
parent fccea0db9c
commit f85e3e5334

@ -591,6 +591,9 @@
* @apiSuccess (transactions) {int} input_amount 订单输入金额单位是货币最小单位
* @apiSuccess (transactions) {int} customer_payment_amount 用户实际支付金额单位是货币最小单位
* @apiSuccess (transactions) {int} settle_amount 结算金额币种为AUD单位是货币最小单位
* @apiSuccess (transactions) {int} transfer_amount 打款金额结算金额-手续费-GST币种为AUD单位是货币最小单位
* @apiSuccess (transactions) {int} surcharge 手续费币种为AUD单位是货币最小单位
* @apiSuccess (transactions) {int} gst GST金额币种为AUD单位是货币最小单位
* @apiSuccess (transactions) {double} exchange_rate 使用汇率
* @apiSuccess (transactions) {String} remark 备注
*
@ -655,6 +658,7 @@
* @apiSuccess (transactions) {int} settle_amount 结算金额单位是AUD分
* @apiSuccess (transactions) {String} surcharge_rate 手续费费率(x%)
* @apiSuccess (transactions) {int} surcharge 手续费金额单位是AUD分
* @apiSuccess (transactions) {int} gst GST金额单位是AUD分
* @apiSuccess (transactions) {int} transfer_amount 打款金额单位是AUD分
* @apiSuccess (transactions) {double} exchange_rate 使用汇率
* @apiSuccess (transactions) {String} remark 备注

@ -600,6 +600,9 @@
* @apiSuccess (transactions) {int} total_amount Total payment amount, which uses the base unit of order currency
* @apiSuccess (transactions) {int} input_amount Order input amount, which uses the base unit of order currency
* @apiSuccess (transactions) {int} settle_amount Settle amount, AUD cents
* @apiSuccess (transactions) {int} transfer_amount Final settle amount(settle amount - surcharge - gst), AUD cents
* @apiSuccess (transactions) {int} surcharge surcharge, AUD cents
* @apiSuccess (transactions) {int} gst GST, AUD cents
* @apiSuccess (transactions) {double} exchange_rate Using exchange rate
* @apiSuccess (transactions) {String} remark Remark
*
@ -665,6 +668,7 @@
* @apiSuccess (transactions) {int} settle_amount Amount to make settlement, AUD cents
* @apiSuccess (transactions) {String} surcharge_rate Rate of surcharge (x%)
* @apiSuccess (transactions) {int} surcharge Surcharge amount, AUD cents
* @apiSuccess (transactions) {int} gst GST, AUD cents
* @apiSuccess (transactions) {int} transfer_amount Amount send to merchant's bank account, AUD cents
* @apiSuccess (transactions) {double} exchange_rate Using exchange rate
* @apiSuccess (transactions) {String} remark Remark

Loading…
Cancel
Save