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

47 lines 3.36 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.restrictionCardListSchema = void 0; var schema_1 = require("../schema"); exports.restrictionCardListSchema = (0, schema_1.object)({ cardId: ['CardId', (0, schema_1.optional)((0, schema_1.number)())], pAN: ['PAN', (0, schema_1.optional)((0, schema_1.string)())], expiryDate: ['ExpiryDate', (0, schema_1.optional)((0, schema_1.string)())], statusId: ['StatusId', (0, schema_1.optional)((0, schema_1.number)())], statusDescription: ['StatusDescription', (0, schema_1.optional)((0, schema_1.string)())], driverName: ['DriverName', (0, schema_1.optional)((0, schema_1.string)())], vRN: ['VRN', (0, schema_1.optional)((0, schema_1.string)())], issueDate: ['IssueDate', (0, schema_1.optional)((0, schema_1.string)())], issueNumber: ['IssueNumber', (0, schema_1.optional)((0, schema_1.number)())], accountId: ['AccountId', (0, schema_1.optional)((0, schema_1.number)())], accountNumber: ['AccountNumber', (0, schema_1.optional)((0, schema_1.string)())], accountName: ['AccountName', (0, schema_1.optional)((0, schema_1.string)())], accountShortName: ['AccountShortName', (0, schema_1.optional)((0, schema_1.string)())], currencyCode: ['CurrencyCode', (0, schema_1.optional)((0, schema_1.string)())], colCoCurrencyCode: ['ColCoCurrencyCode', (0, schema_1.optional)((0, schema_1.string)())], colCoCurrencySymbol: ['ColCoCurrencySymbol', (0, schema_1.optional)((0, schema_1.string)())], restrictionCurrencyCode: ['RestrictionCurrencyCode', (0, schema_1.optional)((0, schema_1.string)())], restrictionCurrencySymbol: ['RestrictionCurrencySymbol', (0, schema_1.optional)((0, schema_1.string)())], purchaseCategoryId: ['PurchaseCategoryId', (0, schema_1.optional)((0, schema_1.string)())], purchaseCategoryCode: ['PurchaseCategoryCode', (0, schema_1.optional)((0, schema_1.string)())], purchaseCategoryName: ['PurchaseCategoryName', (0, schema_1.optional)((0, schema_1.string)())], isSuperseded: ['IsSuperseded', (0, schema_1.optional)((0, schema_1.boolean)())], isVirtualCard: ['IsVirtualCard', (0, schema_1.optional)((0, schema_1.boolean)())], isNational: ['IsNational', (0, schema_1.optional)((0, schema_1.boolean)())], isInternational: ['IsInternational', (0, schema_1.optional)((0, schema_1.boolean)())], isCRT: ['IsCRT', (0, schema_1.optional)((0, schema_1.boolean)())], isFleet: ['IsFleet', (0, schema_1.optional)((0, schema_1.boolean)())], isShellSitesOnly: ['IsShellSitesOnly', (0, schema_1.optional)((0, schema_1.boolean)())], isPartnerSitesIncluded: ['IsPartnerSitesIncluded', (0, schema_1.optional)((0, schema_1.boolean)())], cardTypeId: ['CardTypeId', (0, schema_1.optional)((0, schema_1.number)())], cardTypeCode: ['CardTypeCode', (0, schema_1.optional)((0, schema_1.string)())], cardTypeName: ['CardTypeName', (0, schema_1.optional)((0, schema_1.string)())], bundleId: ['BundleId', (0, schema_1.optional)((0, schema_1.string)())], mediumTypeID: ['MediumTypeID', (0, schema_1.optional)((0, schema_1.number)())], mediumType: ['MediumType', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=restrictionCardList.js.map