aboutsummaryrefslogtreecommitdiff
path: root/src/talerTypes.ts
diff options
context:
space:
mode:
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 a65813678..91dd913b6 100644
--- a/src/talerTypes.ts
+++ b/src/talerTypes.ts
@@ -311,6 +311,12 @@ export class ContractTerms {
H_wire: string;
/**
+ * Hash of the merchant's wire details.
+ */
+ @Checkable.Optional(Checkable.String())
+ auto_refund: string;
+
+ /**
* Wire method the merchant wants to use.
*/
@Checkable.String()