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

37 lines 1.89 kB
/** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { boolean, nullable, number, object, optional, string, } from '../schema'; export const cardGroupResponseCardGroupsItemsSchema = object({ accountId: ['AccountId', optional(nullable(number()))], accountNumber: ['AccountNumber', optional(nullable(string()))], accountShortName: ['AccountShortName', optional(nullable(string()))], activeCards: ['ActiveCards', optional(nullable(number()))], blockedCards: ['BlockedCards', optional(nullable(number()))], cancelledCards: ['CancelledCards', optional(nullable(number()))], cardDeliveryPoint: ['CardDeliveryPoint', optional(nullable(boolean()))], cardGroupId: ['CardGroupId', optional(nullable(number()))], cardGroupName: ['CardGroupName', optional(nullable(string()))], cardTypeCode: ['CardTypeCode', optional(nullable(string()))], cardTypeId: ['CardTypeId', optional(nullable(number()))], cardTypeName: ['CardTypeName', optional(nullable(string()))], expiredCards: ['ExpiredCards', optional(nullable(number()))], expiryDate: ['ExpiryDate', optional(nullable(string()))], printOnCard: ['PrintOnCard', optional(nullable(boolean()))], renewalPendingCards: ['RenewalPendingCards', optional(nullable(number()))], replacedCards: ['ReplacedCards', optional(nullable(number()))], status: ['Status', optional(nullable(string()))], temporaryBlockByCustomer: [ 'TemporaryBlockByCustomer', optional(nullable(number())), ], temporaryBlockByShell: [ 'TemporaryBlockByShell', optional(nullable(number())), ], terminatedDate: ['TerminatedDate', optional(nullable(string()))], totalCards: ['TotalCards', optional(nullable(number()))], }); //# sourceMappingURL=cardGroupResponseCardGroupsItems.js.map