summaryrefslogtreecommitdiff
path: root/src/types/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/dbTypes.ts')
-rw-r--r--src/types/dbTypes.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types/dbTypes.ts b/src/types/dbTypes.ts
index 79966eb34..82649d9f6 100644
--- a/src/types/dbTypes.ts
+++ b/src/types/dbTypes.ts
@@ -1270,6 +1270,11 @@ export interface PurchaseRecord {
refundsFailed: { [refundKey: string]: RefundInfo };
/**
+ * Refresh cost for each refund permission.
+ */
+ refundsRefreshCost: { [refundKey: string]: AmountJson };
+
+ /**
* When was the last refund made?
* Set to 0 if no refund was made on the purchase.
*/