UNPKG

digital-payments-sdk

Version:

The APIs detailed within this SDK will enable Shell's Fleet Solutions Customers to digitalize Shell Card/s and use them to pay to refuel their vehicles at Shell Stations.

19 lines 743 B
"use strict"; /** * Shell SmartPay APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.CancelFuelingErrorResponseError = void 0; var tslib_1 = require("tslib"); var core_1 = require("../core"); var CancelFuelingErrorResponseError = /** @class */ (function (_super) { tslib_1.__extends(CancelFuelingErrorResponseError, _super); function CancelFuelingErrorResponseError() { return _super !== null && _super.apply(this, arguments) || this; } return CancelFuelingErrorResponseError; }(core_1.ApiError)); exports.CancelFuelingErrorResponseError = CancelFuelingErrorResponseError; //# sourceMappingURL=cancelFuelingErrorResponseError.js.map