UNPKG

verimor-api-sdk

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