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

52 lines 3.62 kB
"use strict"; /** * Shell Card Management APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ Object.defineProperty(exports, "__esModule", { value: true }); exports.cardTypeResponseCustomerCardTypesItemsSchema = void 0; var schema_js_1 = require("../schema.js"); var cartTypeAccount_js_1 = require("./cartTypeAccount.js"); var purchaseCategories_js_1 = require("./purchaseCategories.js"); exports.cardTypeResponseCustomerCardTypesItemsSchema = (0, schema_js_1.lazy)(function () { return (0, schema_js_1.object)({ cardTypeId: ['CardTypeId', (0, schema_js_1.optional)((0, schema_js_1.number)())], tokenTypeId: ['TokenTypeId', (0, schema_js_1.optional)((0, schema_js_1.number)())], cardTypeName: ['CardTypeName', (0, schema_js_1.optional)((0, schema_js_1.string)())], tokenTypeName: ['TokenTypeName', (0, schema_js_1.optional)((0, schema_js_1.string)())], pANLength: ['PANLength', (0, schema_js_1.optional)((0, schema_js_1.number)())], expiryPeriod: ['ExpiryPeriod', (0, schema_js_1.optional)((0, schema_js_1.number)())], isNational: ['IsNational', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], isInternational: ['IsInternational', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], isCRT: ['IsCRT', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], isFleet: ['IsFleet', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], isShellSitesOnly: ['IsShellSitesOnly', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], isPartnerSitesIncluded: ['IsPartnerSitesIncluded', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], canHavePIN: ['CanHavePIN', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], isVirtual: ['IsVirtual', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], isActive: ['IsActive', (0, schema_js_1.optional)((0, schema_js_1.boolean)())], isCardAvailableForDownload: [ 'IsCardAvailableForDownload', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)())), ], colCoCurrencyCode: ['ColCoCurrencyCode', (0, schema_js_1.optional)((0, schema_js_1.string)())], colCoCurrencySymbol: ['ColCoCurrencySymbol', (0, schema_js_1.optional)((0, schema_js_1.string)())], eMVContactless: ['EMVContactless', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))], rFID: ['RFID', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))], pINChangeSupported: ['PINChangeSupported', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))], requirePIN: ['RequirePIN', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))], offlinePIN: ['OfflinePIN', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.boolean)()))], mediumTypeID: ['MediumTypeID', (0, schema_js_1.optional)((0, schema_js_1.number)())], mediumType: ['MediumType', (0, schema_js_1.optional)((0, schema_js_1.string)())], cartTypeAccounts: [ 'CartTypeAccounts', (0, schema_js_1.optional)((0, schema_js_1.array)(cartTypeAccount_js_1.cartTypeAccountSchema)), ], purchaseCategories: [ 'PurchaseCategories', (0, schema_js_1.optional)((0, schema_js_1.nullable)((0, schema_js_1.array)(purchaseCategories_js_1.purchaseCategoriesSchema))), ], }); }); //# sourceMappingURL=cardTypeResponseCustomerCardTypesItems.js.map