@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
23 lines • 882 B
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.IdentificationType = void 0;
/**
* Possible values: * **PAN** * **ISOTrack2** * **BarCode** * **AccountNumber** * **PhoneNumber**
*/
var IdentificationType;
(function (IdentificationType) {
IdentificationType["Pan"] = "PAN";
IdentificationType["IsoTrack2"] = "ISOTrack2";
IdentificationType["BarCode"] = "BarCode";
IdentificationType["AccountNumber"] = "AccountNumber";
IdentificationType["PhoneNumber"] = "PhoneNumber";
})(IdentificationType = exports.IdentificationType || (exports.IdentificationType = {}));
//# sourceMappingURL=identificationType.js.map