From f85e3e533463ced82729b0f54a33e2c308b2d07f Mon Sep 17 00:00:00 2001 From: yixian Date: Mon, 11 Nov 2019 19:08:35 +0800 Subject: [PATCH] documents update --- src/document/cn/apis.js | 4 ++++ src/document/en/apis.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/document/cn/apis.js b/src/document/cn/apis.js index fb38635bd..b64cbb268 100644 --- a/src/document/cn/apis.js +++ b/src/document/cn/apis.js @@ -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 备注 diff --git a/src/document/en/apis.js b/src/document/en/apis.js index 11108a57c..00fae5eee 100644 --- a/src/document/en/apis.js +++ b/src/document/en/apis.js @@ -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