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