sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
19 lines • 842 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.PostCIFCheckoutServiceMethodNotAllowedError = void 0;
var tslib_1 = require("tslib");
var core_1 = require("../core");
var PostCIFCheckoutServiceMethodNotAllowedError = /** @class */ (function (_super) {
tslib_1.__extends(PostCIFCheckoutServiceMethodNotAllowedError, _super);
function PostCIFCheckoutServiceMethodNotAllowedError() {
return _super !== null && _super.apply(this, arguments) || this;
}
return PostCIFCheckoutServiceMethodNotAllowedError;
}(core_1.ApiError));
exports.PostCIFCheckoutServiceMethodNotAllowedError = PostCIFCheckoutServiceMethodNotAllowedError;
//# sourceMappingURL=postCIFCheckoutServiceMethodNotAllowedError.js.map