data-and-reporting-sdk
Version:
Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication
32 lines • 2.74 kB
JavaScript
"use strict";
/**
* Shell Data & Reporting APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.fuelConsumptionDataSchema = void 0;
var schema_js_1 = require("../schema.js");
exports.fuelConsumptionDataSchema = (0, schema_js_1.object)({
accountName: ['AccountName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
accountNumber: ['AccountNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
payerName: ['PayerName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
payerNumber: ['PayerNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
cardNumber: ['CardNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
cardGroupId: ['CardGroupId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
cardGroupName: ['CardGroupName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
driverName: ['DriverName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
licenseNumber: ['LicenseNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
initialOdometer: ['InitialOdometer', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
lastOdometer: ['LastOdometer', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
distance: ['Distance', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
fuelConsumption: ['FuelConsumption', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
fuelNetAmount: ['FuelNetAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
discount: ['Discount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
fuelTax: ['FuelTax', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
fuelVolume: ['FuelVolume', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
grossNonFuelExpenses: ['GrossNonFuelExpenses', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
cO2Produced: ['CO2Produced', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
transactionCount: ['TransactionCount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
});
//# sourceMappingURL=fuelConsumptionData.js.map