@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
12 lines (11 loc) • 797 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentsProductsCardPresentConnectSubscriptionInformationSelfServiceabilityEnum = void 0;
/**
* @export
* @enum {string}
*/
var PaymentsProductsCardPresentConnectSubscriptionInformationSelfServiceabilityEnum;
(function (PaymentsProductsCardPresentConnectSubscriptionInformationSelfServiceabilityEnum) {
PaymentsProductsCardPresentConnectSubscriptionInformationSelfServiceabilityEnum["NOTSELFSERVICEABLE"] = "NOT_SELF_SERVICEABLE";
})(PaymentsProductsCardPresentConnectSubscriptionInformationSelfServiceabilityEnum || (exports.PaymentsProductsCardPresentConnectSubscriptionInformationSelfServiceabilityEnum = PaymentsProductsCardPresentConnectSubscriptionInformationSelfServiceabilityEnum = {}));