@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
45 lines • 1.31 kB
JavaScript
;
/*
* 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.TrackData = void 0;
/**
* Magnetic track or magnetic ink characters line. ISO 7813 - ISO 4909. Generic data structure for a card track, used when the magstripe card reader is located on the Sale Terminal, or for magstripe Card Reader device request. The data structure is also used to store the line at the bottom of a bank check.
*/
class TrackData {
static getAttributeTypeMap() {
return TrackData.attributeTypeMap;
}
constructor() {
}
}
exports.TrackData = TrackData;
TrackData.discriminator = undefined;
TrackData.mapping = undefined;
TrackData.attributeTypeMap = [
{
"name": "TrackNumb",
"baseName": "TrackNumb",
"type": "number",
"format": ""
},
{
"name": "TrackFormat",
"baseName": "TrackFormat",
"type": "TrackFormat",
"format": ""
},
{
"name": "TrackValue",
"baseName": "TrackValue",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=trackData.js.map