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.

16 lines 688 B
"use strict"; /** * Shell SmartPay APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.paymentDetailsSchema = void 0; var schema_1 = require("../schema"); var paymentProperties_1 = require("./paymentProperties"); exports.paymentDetailsSchema = (0, schema_1.object)({ paymentCategory: ['paymentCategory', (0, schema_1.optional)((0, schema_1.string)())], paymentMethodId: ['paymentMethodId', (0, schema_1.string)()], paymentProperties: ['paymentProperties', (0, schema_1.lazy)(function () { return paymentProperties_1.paymentPropertiesSchema; })] }); //# sourceMappingURL=paymentDetails.js.map