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

40 lines 2.88 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.cardGroupResponseCardGroupsItemsSchema = void 0; var schema_1 = require("../schema"); exports.cardGroupResponseCardGroupsItemsSchema = (0, schema_1.object)({ accountId: ['AccountId', (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)()))], accountShortName: ['AccountShortName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], activeCards: ['ActiveCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], blockedCards: ['BlockedCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], cancelledCards: ['CancelledCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], cardDeliveryPoint: ['CardDeliveryPoint', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.boolean)()))], cardGroupId: ['CardGroupId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], cardGroupName: ['CardGroupName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], cardTypeCode: ['CardTypeCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], cardTypeId: ['CardTypeId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], cardTypeName: ['CardTypeName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], expiredCards: ['ExpiredCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], expiryDate: ['ExpiryDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], printOnCard: ['PrintOnCard', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.boolean)()))], renewalPendingCards: ['RenewalPendingCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], replacedCards: ['ReplacedCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))], status: ['Status', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], temporaryBlockByCustomer: [ 'TemporaryBlockByCustomer', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], temporaryBlockByShell: [ 'TemporaryBlockByShell', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)())), ], terminatedDate: ['TerminatedDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))], totalCards: ['TotalCards', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))] }); //# sourceMappingURL=cardGroupResponseCardGroupsItems.js.map