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

32 lines 2.15 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.cardDetailsRequestSchema = void 0; var schema_1 = require("../schema"); exports.cardDetailsRequestSchema = (0, schema_1.object)({ colCoCode: ['ColCoCode', (0, schema_1.optional)((0, schema_1.number)())], colCoId: ['ColCoId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], colCoCountryCode: ['ColCoCountryCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], clientReferenceId: ['ClientReferenceId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], payerNumber: ['PayerNumber', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], payerId: ['PayerId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], accountNumber: ['AccountNumber', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], accountId: ['AccountId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], pAN: ['PAN', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], cardId: ['CardId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], tokenTypeID: ['TokenTypeID', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], tokenTypeName: ['TokenTypeName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], creationDate: ['CreationDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], effectiveDate: ['EffectiveDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], includeBundleDetails: ['IncludeBundleDetails', (0, schema_1.optional)((0, schema_1.boolean)())], includeIntermediateStatus: ['IncludeIntermediateStatus', (0, schema_1.optional)((0, schema_1.boolean)())], includeScheduledCardBlocks: [ 'IncludeScheduledCardBlocks', (0, schema_1.optional)((0, schema_1.boolean)()), ] }); //# sourceMappingURL=cardDetailsRequest.js.map