verimor-api-sdk
Version:
A NodeJS SDK for the Verimor API
14 lines • 515 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RecipientType = void 0;
/**
* Enum for recipient types used in IYS filtering.
*/
var RecipientType;
(function (RecipientType) {
/** Individual recipient ("BIREYSEL"). */
RecipientType["INDIVIDUAL"] = "BIREYSEL";
/** Trader recipient ("TACIR"). */
RecipientType["TRADER"] = "TACIR";
})(RecipientType = exports.RecipientType || (exports.RecipientType = {}));
//# sourceMappingURL=recipient-type.js.map