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 • 4.36 kB
JavaScript
"use strict";
/**
* Shell Card Management APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.orderCardEnquirySchema = void 0;
var schema_1 = require("../schema");
exports.orderCardEnquirySchema = (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)()))],
bCOReference: ['BCOReference', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))],
bCORowNumber: ['BCORowNumber', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))],
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)()))],
cardId: ['CardId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))],
cardPAN: ['CardPAN', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
maskedPAN: ['MaskedPAN', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
pANID: ['PANID', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))],
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)()))],
driverName: ['DriverName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
errorCode: ['ErrorCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
errorDescription: ['ErrorDescription', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
gatewaySyncErrorCode: ['GatewaySyncErrorCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
gatewaySyncErrorDescription: [
'GatewaySyncErrorDescription',
(0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)())),
],
gatewaySyncStatus: ['GatewaySyncStatus', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
mainReference: ['MainReference', (0, schema_1.optional)((0, schema_1.number)())],
orderCardReference: ['OrderCardReference', (0, schema_1.optional)((0, schema_1.number)())],
orderStatus: ['OrderStatus', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
payerId: ['PayerId', (0, schema_1.optional)((0, schema_1.number)())],
payerNumber: ['PayerNumber', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
processedDate: ['ProcessedDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
purchaseCategoryCode: ['PurchaseCategoryCode', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
purchaseCategoryId: ['PurchaseCategoryId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))],
purchaseCategoryName: ['PurchaseCategoryName', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
submittedDate: ['SubmittedDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
syncProcessedDate: ['SyncProcessedDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
syncRequestedDate: ['SyncRequestedDate', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
vRN: ['VRN', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
orderRequestId: ['OrderRequestId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
expiryDate: ['ExpiryDate', (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)()))],
statusDescription: ['StatusDescription', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
colCoId: ['ColCoId', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.number)()))]
});
//# sourceMappingURL=orderCardEnquiry.js.map