export class phonepeTransactionDto { merchantId: string merchantTransactionId: number transactionId: string amount: number code: string message: string state: string responseCode: string paymentType: string success: boolean txnDate: Date }