summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;