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

36 lines 2.26 kB
"use strict"; /** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.multiPricedTransactionRequestSchema = void 0; var schema_1 = require("../schema"); var multiPricedTransactionRequestAccountsItems_1 = require("./multiPricedTransactionRequestAccountsItems"); exports.multiPricedTransactionRequestSchema = (0, schema_1.object)({ colCoId: ['ColCoId', (0, schema_1.optional)((0, schema_1.number)())], colCoCode: ['ColCoCode', (0, schema_1.number)()], accounts: [ 'Accounts', (0, schema_1.array)((0, schema_1.lazy)(function () { return multiPricedTransactionRequestAccountsItems_1.multiPricedTransactionRequestAccountsItemsSchema; })), ], invoiceStatus: ['InvoiceStatus', (0, schema_1.optional)((0, schema_1.string)())], purchasedInCountry: ['PurchasedInCountry', (0, schema_1.optional)((0, schema_1.string)())], fromDate: ['FromDate', (0, schema_1.optional)((0, schema_1.string)())], toDate: ['ToDate', (0, schema_1.optional)((0, schema_1.string)())], period: ['Period', (0, schema_1.optional)((0, schema_1.number)())], postingDateFrom: ['PostingDateFrom', (0, schema_1.optional)((0, schema_1.string)())], postingDateTo: ['PostingDateTo', (0, schema_1.optional)((0, schema_1.string)())], invoiceDate: ['InvoiceDate', (0, schema_1.optional)((0, schema_1.string)())], invoiceNumber: ['InvoiceNumber', (0, schema_1.optional)((0, schema_1.string)())], validInvoiceDateOnly: ['ValidInvoiceDateOnly', (0, schema_1.optional)((0, schema_1.boolean)())], invoiceFromDate: ['InvoiceFromDate', (0, schema_1.optional)((0, schema_1.string)())], invoiceToDate: ['InvoiceToDate', (0, schema_1.optional)((0, schema_1.string)())], fuelOnly: ['FuelOnly', (0, schema_1.optional)((0, schema_1.boolean)())], includeFees: ['IncludeFees', (0, schema_1.optional)((0, schema_1.boolean)())], sortOrder: ['SortOrder', (0, schema_1.optional)((0, schema_1.string)())], currentPage: ['CurrentPage', (0, schema_1.optional)((0, schema_1.number)())], pageSize: ['PageSize', (0, schema_1.optional)((0, schema_1.number)())] }); //# sourceMappingURL=multiPricedTransactionRequest.js.map