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.

26 lines 1.29 kB
/** * Shell SmartPay APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ export * from './client'; export * from './configuration'; export { AbortError, ArgumentsValidationError, cloneFileWrapper, FileWrapper, isFileWrapper, ResponseValidationError, } from './core'; export * from './defaultConfiguration'; export * from './controllers/digitalPaymentEnablementController'; export * from './controllers/fuelingController'; export * from './controllers/partnerNotificationController'; export * from './controllers/shellAPIPlatformSecurityAuthenticationController'; export * from './controllers/stationLocatorController'; export { ApiError } from './core'; export * from './errors/accessTokenError'; export * from './errors/cancelFuelingErrorResponseError'; export * from './errors/mppAccesTokenErrorResponseError'; export * from './errors/paymentEnablementErrorResponseError'; export * from './errors/stationLocatorBadRequestError'; export * from './errors/stationLocatorForbiddenError'; export * from './errors/stationLocatorInternalServerError'; export * from './errors/stationLocatorNotFoundError'; export * from './errors/stationLocatorUnauthorizedError'; export { TypeEnum } from './models/typeEnum'; //# sourceMappingURL=index.js.map