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.

27 lines 1.59 kB
"use strict"; /** * Shell SmartPay APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.finaliseFuelingRequestSchema = void 0; var schema_1 = require("../schema"); var payment_1 = require("./payment"); var product_1 = require("./product"); exports.finaliseFuelingRequestSchema = (0, schema_1.object)({ siteName: ['siteName', (0, schema_1.optional)((0, schema_1.string)())], timestamp: ['timestamp', (0, schema_1.optional)((0, schema_1.bigint)())], volumeQuantity: ['volumeQuantity', (0, schema_1.optional)((0, schema_1.number)())], volumeUnit: ['volumeUnit', (0, schema_1.optional)((0, schema_1.string)())], finalPrice: ['finalPrice', (0, schema_1.optional)((0, schema_1.number)())], currency: ['currency', (0, schema_1.optional)((0, schema_1.string)())], status: ['status', (0, schema_1.optional)((0, schema_1.string)())], siteAddress: ['siteAddress', (0, schema_1.optional)((0, schema_1.string)())], originalPrice: ['originalPrice', (0, schema_1.optional)((0, schema_1.number)())], discount: ['discount', (0, schema_1.optional)((0, schema_1.number)())], payment: ['payment', (0, schema_1.optional)((0, schema_1.lazy)(function () { return payment_1.paymentSchema; }))], products: ['products', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return product_1.productSchema; })))], mppTransactionId: ['mppTransactionId', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=finaliseFuelingRequest.js.map