@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
42 lines • 996 B
JavaScript
;
/*
* The version of the OpenAPI document: v2
*
*
* 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.DeviceInfo = void 0;
class DeviceInfo {
static getAttributeTypeMap() {
return DeviceInfo.attributeTypeMap;
}
constructor() {
}
}
exports.DeviceInfo = DeviceInfo;
DeviceInfo.discriminator = undefined;
DeviceInfo.mapping = undefined;
DeviceInfo.attributeTypeMap = [
{
"name": "formFactor",
"baseName": "formFactor",
"type": "string",
"format": ""
},
{
"name": "osName",
"baseName": "osName",
"type": "string",
"format": ""
},
{
"name": "phone",
"baseName": "phone",
"type": "PhoneInfo | null",
"format": ""
}
];
//# sourceMappingURL=deviceInfo.js.map