fints
Version:
FinTS client library with psd2 support
13 lines • 505 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class TanRequiredError extends Error {
constructor(message, transactionReference, challengeText, challengeMedia, dialog) {
super(message);
this.transactionReference = transactionReference;
this.challengeText = challengeText;
this.challengeMedia = challengeMedia;
this.dialog = dialog;
}
}
exports.TanRequiredError = TanRequiredError;
//# sourceMappingURL=tan-required-error.js.map