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

30 lines 1.43 kB
"use strict"; /** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.tierSchema = void 0; var schema_1 = require("../schema"); exports.tierSchema = (0, schema_1.object)({ tierPriceListId: ['TierPriceListId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], priceListDescription: ['PriceListDescription', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], tierMin: ['TierMin', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], tierMax: ['TierMax', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], tieredPricingGroupName: [ 'TieredPricingGroupName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], tieredPricingGroupPeriod: [ 'TieredPricingGroupPeriod', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())), ], discountValue: ['DiscountValue', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], pricePerUnit: ['PricePerUnit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], pricePerUnitAfterDiscount: [ 'PricePerUnitAfterDiscount', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ] }); //# sourceMappingURL=tier.js.map