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

52 lines 2.79 kB
"use strict"; /** * Shell Card Management 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