xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
12 lines • 444 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PayOutType = void 0;
/**
* How the requested leave will be paid out, e.g. cashed out.
*/
var PayOutType;
(function (PayOutType) {
PayOutType[PayOutType["DEFAULT"] = 'DEFAULT'] = "DEFAULT";
PayOutType[PayOutType["CASHEDOUT"] = 'CASHED_OUT'] = "CASHEDOUT";
})(PayOutType || (exports.PayOutType = PayOutType = {}));
//# sourceMappingURL=payOutType.js.map