summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:58:32 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:58:32 -0400
commitc6e9d31fd152f2c2874007d28d09c2ba14ce401e (patch)
tree78e458f63f9f38f50aa786be8d1533d482c7a55d /core/api-merchant.rst
parentc12d385e37a571e26f12aaaff7f3b28553f0c685 (diff)
downloaddocs-c6e9d31fd152f2c2874007d28d09c2ba14ce401e.tar.gz
docs-c6e9d31fd152f2c2874007d28d09c2ba14ce401e.tar.bz2
docs-c6e9d31fd152f2c2874007d28d09c2ba14ce401e.zip
capitalize first word in sentence; add period at end of sentence (five instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 5374eba2..8a7626d5 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2314,23 +2314,23 @@ Querying known wire transfers
.. ts:def:: TransferList
interface TransferList {
- // list of all the transfers that fit the filter that we know
+ // List of all the transfers that fit the filter that we know.
transfers : TransferDetails[];
}
.. ts:def:: TransferDetails
interface TransferDetails {
- // how much was wired to the merchant (minus fees)
+ // How much was wired to the merchant (minus fees).
credit_amount: Amount;
- // raw wire transfer identifier identifying the wire transfer (a base32-encoded value)
+ // Raw wire transfer identifier identifying the wire transfer (a base32-encoded value).
wtid: WireTransferIdentifierRawP;
- // target account that received the wire transfer
+ // Target account that received the wire transfer.
payto_uri: string;
- // base URL of the exchange that made the wire transfer
+ // Base URL of the exchange that made the wire transfer.
exchange_url: string;
// Serial number identifying the transfer in the merchant backend.