@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
14 lines (13 loc) • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InlineResponse4007ReasonEnum = void 0;
/**
* @export
* @enum {string}
*/
var InlineResponse4007ReasonEnum;
(function (InlineResponse4007ReasonEnum) {
InlineResponse4007ReasonEnum["INVALIDDATA"] = "INVALID_DATA";
InlineResponse4007ReasonEnum["SYSTEMERROR"] = "SYSTEM_ERROR";
InlineResponse4007ReasonEnum["RESOURCENOTFOUND"] = "RESOURCE_NOT_FOUND";
})(InlineResponse4007ReasonEnum || (exports.InlineResponse4007ReasonEnum = InlineResponse4007ReasonEnum = {}));