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