commit 339edfffe050473eb8e42ffda949395c80b78bf5 parent eb799111e03cb16eeb81257cd0dc7f7684b47707 Author: MS <ms@taler.net> Date: Fri, 20 Jan 2023 15:47:37 +0100 fix optional field Diffstat:
| M | libeufin/api-sandbox.rst | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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