UNPKG

@adyen/api-library

Version:

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

24 lines 832 B
"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.TrackFormat = void 0; /** * Magnetic track or magnetic ink characters line. Possible values: * **ISO** * **JIS-I** * **JIS-II** * **AAMVA** * **CMC-7** * **E-13B** */ var TrackFormat; (function (TrackFormat) { TrackFormat["Iso"] = "ISO"; TrackFormat["JisI"] = "JIS-I"; TrackFormat["JisIi"] = "JIS-II"; TrackFormat["Aamva"] = "AAMVA"; TrackFormat["Cmc7"] = "CMC-7"; TrackFormat["E13B"] = "E-13B"; })(TrackFormat = exports.TrackFormat || (exports.TrackFormat = {})); //# sourceMappingURL=trackFormat.js.map