@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
85 lines • 2.65 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.StoredValueAccountID = void 0;
/**
* Identification of the stored value account or the stored value card and the associated product sold by the Sale System for stored value requests.
*/
class StoredValueAccountID {
static getAttributeTypeMap() {
return StoredValueAccountID.attributeTypeMap;
}
constructor() {
}
}
exports.StoredValueAccountID = StoredValueAccountID;
StoredValueAccountID.discriminator = undefined;
StoredValueAccountID.mapping = undefined;
StoredValueAccountID.attributeTypeMap = [
{
"name": "StoredValueAccountType",
"baseName": "StoredValueAccountType",
"type": "StoredValueAccountType",
"format": ""
},
{
"name": "StoredValueProvider",
"baseName": "StoredValueProvider",
"type": "string",
"format": ""
},
{
"name": "OwnerName",
"baseName": "OwnerName",
"type": "string",
"format": ""
},
{
"name": "ExpiryDate",
"baseName": "ExpiryDate",
"type": "number",
"format": ""
},
{
"name": "EntryMode",
"baseName": "EntryMode",
"type": "StoredValueAccountID.EntryModeEnum",
"format": ""
},
{
"name": "IdentificationType",
"baseName": "IdentificationType",
"type": "IdentificationType",
"format": ""
},
{
"name": "StoredValueID",
"baseName": "StoredValueID",
"type": "string",
"format": ""
}
];
(function (StoredValueAccountID) {
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 = StoredValueAccountID.EntryModeEnum || (StoredValueAccountID.EntryModeEnum = {}));
})(StoredValueAccountID = exports.StoredValueAccountID || (exports.StoredValueAccountID = {}));
//# sourceMappingURL=storedValueAccountID.js.map