UNPKG

verimor-api-sdk

Version:
14 lines 515 B
"use strict"; 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