@mft/moneyhub-api-client
Version:
Node.JS client for the Moneyhub API
40 lines • 2.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatementInterestFrequency = exports.StatementInterestRateType = exports.StatementFeeFrequency = exports.StatementType = void 0;
/* eslint-disable no-shadow -- enum declarations trigger no-shadow with TypeScript's dual type/value emit */
var StatementType;
(function (StatementType) {
StatementType["AccountClosure"] = "AccountClosure";
StatementType["AccountOpening"] = "AccountOpening";
StatementType["Annual"] = "Annual";
StatementType["Interim"] = "Interim";
StatementType["RegularPeriodic"] = "RegularPeriodic";
})(StatementType = exports.StatementType || (exports.StatementType = {}));
var StatementFeeFrequency;
(function (StatementFeeFrequency) {
StatementFeeFrequency["ChargingPeriod"] = "ChargingPeriod";
StatementFeeFrequency["PerTransactionAmount"] = "PerTransactionAmount";
StatementFeeFrequency["PerTransactionPercentage"] = "PerTransactionPercentage";
StatementFeeFrequency["Quarterly"] = "Quarterly";
StatementFeeFrequency["StatementMonthly"] = "StatementMonthly";
StatementFeeFrequency["Weekly"] = "Weekly";
})(StatementFeeFrequency = exports.StatementFeeFrequency || (exports.StatementFeeFrequency = {}));
var StatementInterestRateType;
(function (StatementInterestRateType) {
StatementInterestRateType["BOEBaseRate"] = "BOEBaseRate";
StatementInterestRateType["FixedRate"] = "FixedRate";
StatementInterestRateType["Gross"] = "Gross";
StatementInterestRateType["LoanProviderBaseRate"] = "LoanProviderBaseRate";
StatementInterestRateType["Net"] = "Net";
})(StatementInterestRateType = exports.StatementInterestRateType || (exports.StatementInterestRateType = {}));
var StatementInterestFrequency;
(function (StatementInterestFrequency) {
StatementInterestFrequency["Daily"] = "Daily";
StatementInterestFrequency["HalfYearly"] = "HalfYearly";
StatementInterestFrequency["Monthly"] = "Monthly";
StatementInterestFrequency["PerStatementDate"] = "PerStatementDate";
StatementInterestFrequency["Quarterly"] = "Quarterly";
StatementInterestFrequency["Weekly"] = "Weekly";
StatementInterestFrequency["Yearly"] = "Yearly";
})(StatementInterestFrequency = exports.StatementInterestFrequency || (exports.StatementInterestFrequency = {}));
//# sourceMappingURL=statement.js.map