UNPKG

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

29 lines 1.51 kB
/** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { nullable, number, object, optional, string } from '../schema'; export const cardExceptionsSchema = object({ accountId: ['AccountId', optional(nullable(number()))], accountNumber: ['AccountNumber', optional(nullable(string()))], accountShortName: ['AccountShortName', optional(nullable(string()))], cardId: ['CardId', optional(nullable(number()))], currencyCode: ['CurrencyCode', optional(nullable(string()))], currencySymbol: ['CurrencySymbol', optional(nullable(string()))], day: ['Day', optional(nullable(number()))], driverName: ['DriverName', optional(nullable(string()))], month: ['Month', optional(nullable(number()))], pAN: ['PAN', optional(nullable(string()))], payerId: ['PayerId', optional(nullable(number()))], payerNumber: ['PayerNumber', optional(nullable(string()))], payerShortName: ['PayerShortName', optional(nullable(string()))], totalAmount: ['TotalAmount', optional(nullable(number()))], totalQuantity: ['TotalQuantity', optional(nullable(number()))], totalSalesItems: ['TotalSalesItems', optional(nullable(number()))], totalTransactions: ['TotalTransactions', optional(nullable(number()))], vRN: ['VRN', optional(nullable(string()))], week: ['Week', optional(nullable(number()))], year: ['Year', optional(nullable(number()))], }); //# sourceMappingURL=cardExceptions.js.map