export class TransactionResponseEventDto {
  constructor(public id: string, public iso8583: string) {}
}
