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

59 lines 4.39 kB
"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.bonusHistorySchema = void 0; var schema_js_1 = require("../schema.js"); exports.bonusHistorySchema = (0, schema_js_1.object)({ payerId: ['PayerId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], payerNumber: ['PayerNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], payerShortName: ['PayerShortName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], payerFullName: ['PayerFullName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], 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)()))], accountFullName: ['AccountFullName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], invoiceAccountId: ['InvoiceAccountId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], invoiceAccountNumber: ['InvoiceAccountNumber', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], invoiceAccountShortName: [ 'InvoiceAccountShortName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())), ], invoiceAccountFullName: [ 'InvoiceAccountFullName', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())), ], feeRuleId: ['FeeRuleId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], feeRuleDescription: ['FeeRuleDescription', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], fromDate: ['FromDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], toDate: ['ToDate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], bonusPaidTo: ['BonusPaidTo', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], feeItemId: ['FeeItemId', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], feeRuleBasis: ['FeeRuleBasis', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], feeItemCurrencyCode: ['FeeItemCurrencyCode', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], feeItemCurrencySymbol: [ 'FeeItemCurrencySymbol', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)())), ], proratedVolume: ['ProratedVolume', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], totalVolume: ['TotalVolume', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], feeProduct: ['FeeProduct', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.string)()))], invoiceGrossAmount: ['InvoiceGrossAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], invoiceNetAmount: ['InvoiceNetAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], invoiceVATAmount: ['InvoiceVATAmount', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], isFeeCancelled: ['IsFeeCancelled', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))], feeItemTierProratedVolume: [ 'FeeItemTierProratedVolume', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())), ], feeItemTierTotalVolume: [ 'FeeItemTierTotalVolume', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)())), ], tierMinimum: ['TierMinimum', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], tierRate: ['TierRate', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.number)()))], }); //# sourceMappingURL=bonusHistory.js.map