UNPKG

data-and-reporting-sdk

Version:

Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication

37 lines 1.9 kB
/** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { boolean, nullable, number, object, optional, string, } from '../schema.js'; 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