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
54 lines • 3.26 kB
JavaScript
"use strict";
/**
* Shell Data & Reporting APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.paymentsSinceLastSOASchema = void 0;
var schema_js_1 = require("../schema.js");
exports.paymentsSinceLastSOASchema = (0, schema_js_1.object)({
accountId: ['AccountId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
accountNumber: ['AccountNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
accountShortName: ['AccountShortName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
summaryDocumentId: ['SummaryDocumentId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
summaryDocumentNumber: [
'SummaryDocumentNumber',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
summaryDocumentDate: ['SummaryDocumentDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
summaryDocumentPaymentDueDate: [
'SummaryDocumentPaymentDueDate',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
summaryDocumentTotalValue: [
'SummaryDocumentTotalValue',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
summaryDocumentTotalVAT: [
'SummaryDocumentTotalVAT',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
summaryDocumentDDAmount: [
'SummaryDocumentDDAmount',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())),
],
paymentDate: ['PaymentDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
paymentReference: ['PaymentReference', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
paymentCurrencyCode: ['PaymentCurrencyCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
paymentCurrencySymbol: [
'PaymentCurrencySymbol',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
amountPaid: ['AmountPaid', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
balance: ['Balance', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
truePayment: ['TruePayment', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
prepaidBalance: ['PrepaidBalance', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))],
localCurrencyCode: ['LocalCurrencyCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
localCurrencySymbol: ['LocalCurrencySymbol', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))],
localCurrencyExchangeRate: [
'LocalCurrencyExchangeRate',
(0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())),
],
});
//# sourceMappingURL=paymentsSinceLastSOA.js.map