UNPKG

@paciolan/cybersource-sdk

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