UNPKG

@paciolan/cybersource-sdk

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