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.55 kB
"use strict"; /** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.transactionFeesRequestSchema = void 0; var schema_1 = require("../schema"); var accounts_1 = require("./accounts"); exports.transactionFeesRequestSchema = (0, schema_1.object)({ colCoId: ['ColCoId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], colCoCode: ['ColCoCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], payerId: ['PayerId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], payerNumber: ['PayerNumber', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], accounts: ['Accounts', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return accounts_1.accountsSchema; })))], cardId: ['CardId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], cardPAN: ['CardPAN', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], invoiceStatus: ['InvoiceStatus', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], feeTypeGroup: ['FeeTypeGroup', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], feeTypeId: ['FeeTypeId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], fromDate: ['FromDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], toDate: ['ToDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], period: ['Period', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], includeCancelledItems: [ 'IncludeCancelledItems', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.boolean)())), ], productId: ['ProductId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], productCode: ['ProductCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], lineItemDescription: ['LineItemDescription', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], sortOrder: ['SortOrder', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], currentPage: ['CurrentPage', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], pageSize: ['PageSize', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))] }); //# sourceMappingURL=transactionFeesRequest.js.map