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

52 lines 2.79 kB
"use strict"; /** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.cardUsageRestrictionsSchema = void 0; var schema_1 = require("../schema"); exports.cardUsageRestrictionsSchema = (0, schema_1.object)({ level: ['Level', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], dailySpendLimit: ['DailySpendLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], weeklySpendLimit: ['WeeklySpendLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], monthlySpendLimit: ['MonthlySpendLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], annualSpendLimit: ['AnnualSpendLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], lifeTimeSpendLimit: ['LifeTimeSpendLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], dailyVolumeLimit: ['DailyVolumeLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], weeklyVolumeLimit: ['WeeklyVolumeLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], monthlyVolumeLimit: ['MonthlyVolumeLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], annualVolumeLimit: ['AnnualVolumeLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], lifeTimeVolumeLimit: ['LifeTimeVolumeLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], transactionSpendLimit: [ 'TransactionSpendLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], transactionVolumeLimit: [ 'TransactionVolumeLimit', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], dailyTransactionCount: [ 'DailyTransactionCount', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], weeklyTransactionCount: [ 'WeeklyTransactionCount', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], monthlyTransactionCount: [ 'MonthlyTransactionCount', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], annualTransactionCount: [ 'AnnualTransactionCount', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], lifeTimeTransactionCount: [ 'LifeTimeTransactionCount', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], isVelocityCeiling: ['IsVelocityCeiling', (0, schema_1.optional)((0, schema_1.boolean)())] }); //# sourceMappingURL=cardUsageRestrictions.js.map