@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
14 lines (13 loc) • 1.01 kB
JavaScript
;
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 = {}));