diff --git a/src/response/common/BasePaymentResponse.ts b/src/response/common/BasePaymentResponse.ts index 435a1a1..150719e 100644 --- a/src/response/common/BasePaymentResponse.ts +++ b/src/response/common/BasePaymentResponse.ts @@ -36,6 +36,7 @@ type BasePaymentResponse = { merchantCommissionRateAmount: number; bankCommissionRate: number; bankCommissionRateAmount: number; + blockageResolvedDate: Date; paidWithStoredCard: boolean; binNumber: string; lastFourDigits: string;