UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

51 lines 1.72 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SensitiveCardData = void 0; /** * This data structure could be CMS protected (EnvelopedData). In this case the data structure SensitiveCardData is replaced by the data structure ProtectedCardData of type ContentInformationType. When this data is protected, the exact content is unknown by the Sale System, and might include all the information which are required by an external backup POI Server to make a batch payment transaction in case of problem with the POI System. Sensitive information related to the payment card, entered or read by the Sale System. */ class SensitiveCardData { static getAttributeTypeMap() { return SensitiveCardData.attributeTypeMap; } constructor() { } } exports.SensitiveCardData = SensitiveCardData; SensitiveCardData.discriminator = undefined; SensitiveCardData.mapping = undefined; SensitiveCardData.attributeTypeMap = [ { "name": "PAN", "baseName": "PAN", "type": "number", "format": "" }, { "name": "CardSeqNumb", "baseName": "CardSeqNumb", "type": "number", "format": "" }, { "name": "ExpiryDate", "baseName": "ExpiryDate", "type": "number", "format": "" }, { "name": "TrackData", "baseName": "TrackData", "type": "Array<TrackData>", "format": "" } ]; //# sourceMappingURL=sensitiveCardData.js.map