summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-20 15:47:37 +0100
committerMS <ms@taler.net>2023-01-20 15:47:37 +0100
commit339edfffe050473eb8e42ffda949395c80b78bf5 (patch)
treef0e10ba175354170953d4c0b0eac18efe56659cb /libeufin
parenteb799111e03cb16eeb81257cd0dc7f7684b47707 (diff)
downloaddocs-339edfffe050473eb8e42ffda949395c80b78bf5.tar.gz
docs-339edfffe050473eb8e42ffda949395c80b78bf5.tar.bz2
docs-339edfffe050473eb8e42ffda949395c80b78bf5.zip
fix optional field
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 60d11858..7a2ef38f 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -470,7 +470,8 @@ Cashouts
// Time when the cash-out was created.
creation_time: number; // milliseconds since the Unix epoch
// Time when the cash-out was confirmed via its TAN.
- confirmation_time: number; // milliseconds since the Unix epoch
+ // Missing or null, when the operation wasn't confirmed yet.
+ confirmation_time?: number; // milliseconds since the Unix epoch
}
.. ts:def:: CashoutStatus