component-dbs-core
Version:
DTO objects shared among device backend
11 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionResponseEventDto = void 0;
class TransactionResponseEventDto {
constructor(id, iso8583) {
this.id = id;
this.iso8583 = iso8583;
}
}
exports.TransactionResponseEventDto = TransactionResponseEventDto;
//# sourceMappingURL=transactionResponseEventDto.js.map