xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
9 lines • 583 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EmploymentTerminationPaymentType = void 0;
var EmploymentTerminationPaymentType;
(function (EmploymentTerminationPaymentType) {
EmploymentTerminationPaymentType[EmploymentTerminationPaymentType["O"] = 'O'] = "O";
EmploymentTerminationPaymentType[EmploymentTerminationPaymentType["R"] = 'R'] = "R";
})(EmploymentTerminationPaymentType = exports.EmploymentTerminationPaymentType || (exports.EmploymentTerminationPaymentType = {}));
//# sourceMappingURL=employmentTerminationPaymentType.js.map