summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-12 18:12:46 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-12 18:13:00 +0530
commitf92d2ee13c5972f7e28f0d2fa3afd5239f711bed (patch)
treefaddf4e6926e1042fbff12288e57238b18dd3a73 /core/api-exchange.rst
parent6f81ed1c54dc39de23bc63e9637633ceb8608943 (diff)
downloaddocs-f92d2ee13c5972f7e28f0d2fa3afd5239f711bed.tar.gz
docs-f92d2ee13c5972f7e28f0d2fa3afd5239f711bed.tar.bz2
docs-f92d2ee13c5972f7e28f0d2fa3afd5239f711bed.zip
reserve history doc fix
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 7a623112..8fc12567 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -428,12 +428,9 @@ exchange.
// Sender account payto://-URL, only present if type is "DEPOSIT".
sender_account_url?: string;
- // Receiver account details, only present if type is "RECOUP".
+ // Receiver account details, only present if type is "CLOSING".
receiver_account_details?: any;
- // Wire transfer identifier, only present if type is "RECOUP".
- wire_transfer?: any;
-
// Transfer details uniquely identifying the transfer, only present if type is "DEPOSIT".
wire_reference?: any;