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
28 lines • 2.23 kB
JavaScript
/**
* Shell Data & Reporting APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.searchDocReqSchema = void 0;
var schema_js_1 = require("../schema.js");
exports.searchDocReqSchema = (0, schema_js_1.object)({
payerNumber: ['PayerNumber', (0, schema_js_1.nullable)((0, schema_js_1.string)())],
accountNumber: ['AccountNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
accountNumberList: ['AccountNumberList', (0, schema_js_1.optional)((0, schema_js_1.array)((0, schema_js_1.string)()))],
invoiceNumber: ['InvoiceNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
invoiceNumberList: ['InvoiceNumberList', (0, schema_js_1.optional)((0, schema_js_1.array)((0, schema_js_1.string)()))],
invoiceStatus: ['InvoiceStatus', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
issuingDateFrom: ['IssuingDateFrom', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
issuingDateTo: ['IssuingDateTo', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
dueDateFrom: ['DueDateFrom', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
dueDateTo: ['DueDateTo', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
grossAmount: ['GrossAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
grossAmountOperator: ['GrossAmountOperator', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
documentType: ['DocumentType', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
vATIssuerCountry: ['VATIssuerCountry', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
sortyBy: ['SortyBy', (0, schema_js_1.optional)((0, schema_js_1.array)((0, schema_js_1.string)()))],
colCoCode: ['ColCoCode', (0, schema_js_1.nullable)((0, schema_js_1.number)())],
});
//# sourceMappingURL=searchDocReq.js.map
;