UNPKG

@paciolan/cybersource-sdk

Version:
14 lines (13 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum = void 0; /** * @export * @enum {string} */ var PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum; (function (PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum) { PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum["SELFSERVICEABLE"] = "SELF_SERVICEABLE"; PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum["NOTSELFSERVICEABLE"] = "NOT_SELF_SERVICEABLE"; PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum["SELFSERVICEONLY"] = "SELF_SERVICE_ONLY"; })(PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum || (exports.PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum = PaymentsProductsPayerAuthenticationSubscriptionInformationSelfServiceabilityEnum = {}));