aboutsummaryrefslogtreecommitdiff
path: root/src/talerTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-02 00:22:55 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-02 00:22:55 +0100
commit8f973c69c4b84f455634f03e931304a3babde0ee (patch)
treece8db191fa0853f87f3b118c175e2f89ff58483d /src/talerTypes.ts
parent8080c9a2859e0a612adb6dec1dad9b60e0fd4b1d (diff)
downloadwallet-core-8f973c69c4b84f455634f03e931304a3babde0ee.tar.xz
handle multiple refresh sessions correctly for refunded coins
Diffstat (limited to 'src/talerTypes.ts')
-rw-r--r--src/talerTypes.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/talerTypes.ts b/src/talerTypes.ts
index e28b35c7f..ebb13f4a5 100644
--- a/src/talerTypes.ts
+++ b/src/talerTypes.ts
@@ -388,6 +388,12 @@ export class ContractTerms {
@Checkable.String(timestampCheck)
refund_deadline: string;
+ /**
+ * Deadline for the wire transfer.
+ */
+ @Checkable.String(timestampCheck)
+ wire_transfer_deadline: string;
+
/**
* Time when the contract was generated by the merchant.
*/