UNPKG

@adyen/api-library

Version:

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

42 lines 999 B
"use strict"; /* * 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.PhoneInfo = void 0; class PhoneInfo { static getAttributeTypeMap() { return PhoneInfo.attributeTypeMap; } constructor() { } } exports.PhoneInfo = PhoneInfo; PhoneInfo.discriminator = undefined; PhoneInfo.mapping = undefined; PhoneInfo.attributeTypeMap = [ { "name": "hashedNumber", "baseName": "hashedNumber", "type": "string", "format": "" }, { "name": "lastFourDigits", "baseName": "lastFourDigits", "type": "string", "format": "" }, { "name": "number", "baseName": "number", "type": "string", "format": "" } ]; //# sourceMappingURL=phoneInfo.js.map