UNPKG

@adyen/api-library

Version:

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

67 lines 2.3 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.LoyaltyAccountID = void 0; /** * Identification of a Loyalty account. In the Payment Request message, it allows to identify the loyalty account by the Sale Terminal instead of the POI Terminal (e.g. because the account identification is a bar-code read by the Cashier on a scanner device). */ class LoyaltyAccountID { static getAttributeTypeMap() { return LoyaltyAccountID.attributeTypeMap; } constructor() { } } exports.LoyaltyAccountID = LoyaltyAccountID; LoyaltyAccountID.discriminator = undefined; LoyaltyAccountID.mapping = undefined; LoyaltyAccountID.attributeTypeMap = [ { "name": "EntryMode", "baseName": "EntryMode", "type": "LoyaltyAccountID.EntryModeEnum", "format": "" }, { "name": "IdentificationType", "baseName": "IdentificationType", "type": "IdentificationType", "format": "" }, { "name": "IdentificationSupport", "baseName": "IdentificationSupport", "type": "IdentificationSupport", "format": "" }, { "name": "LoyaltyID", "baseName": "LoyaltyID", "type": "string", "format": "" } ]; (function (LoyaltyAccountID) { let EntryModeEnum; (function (EntryModeEnum) { EntryModeEnum["Rfid"] = "RFID"; EntryModeEnum["Keyed"] = "Keyed"; EntryModeEnum["Manual"] = "Manual"; EntryModeEnum["File"] = "File"; EntryModeEnum["Scanned"] = "Scanned"; EntryModeEnum["MagStripe"] = "MagStripe"; EntryModeEnum["Icc"] = "ICC"; EntryModeEnum["SynchronousIcc"] = "SynchronousICC"; EntryModeEnum["Tapped"] = "Tapped"; EntryModeEnum["Contactless"] = "Contactless"; EntryModeEnum["Mobile"] = "Mobile"; })(EntryModeEnum = LoyaltyAccountID.EntryModeEnum || (LoyaltyAccountID.EntryModeEnum = {})); })(LoyaltyAccountID = exports.LoyaltyAccountID || (exports.LoyaltyAccountID = {})); //# sourceMappingURL=loyaltyAccountID.js.map