UNPKG

@paciolan/cybersource-sdk

Version:
12 lines (11 loc) 797 B
"use strict"; 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 = {}));