wallee
Version:
TypeScript/JavaScript client for wallee
9 lines (8 loc) • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentLinkProtectionMode = void 0;
var PaymentLinkProtectionMode;
(function (PaymentLinkProtectionMode) {
PaymentLinkProtectionMode["NO_PROTECTION"] = "NO_PROTECTION";
PaymentLinkProtectionMode["ACCESS_KEY"] = "ACCESS_KEY";
})(PaymentLinkProtectionMode || (exports.PaymentLinkProtectionMode = PaymentLinkProtectionMode = {}));