UNPKG

card-management-sdk

Version:

The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the S

44 lines 2.4 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.usageRestrictionsCardSchema = void 0; var schema_1 = require("../schema"); exports.usageRestrictionsCardSchema = (0, schema_1.object)({ dailySpend: ['DailySpend', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], weeklySpend: ['WeeklySpend', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], monthlySpend: ['MonthlySpend', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], perTransactionSpend: ['PerTransactionSpend', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], annualSpend: ['AnnualSpend', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], lifeTimeSpend: ['LifeTimeSpend', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], dailyVolume: ['DailyVolume', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], weeklyVolume: ['WeeklyVolume', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], monthlyVolume: ['MonthlyVolume', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], perTransactionVolume: ['PerTransactionVolume', (0, schema_1.optional)((0, schema_1.number)())], annualVolume: ['AnnualVolume', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], lifeTimeVolume: ['LifeTimeVolume', (0, schema_1.optional)((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)())), ] }); //# sourceMappingURL=usageRestrictionsCard.js.map