UNPKG

@adyen/api-library

Version:

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

63 lines 1.62 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.MobileData = void 0; /** * Mobile phone is used as a payment instrument for the transaction. Information related to the mobile for the payment transaction. */ class MobileData { static getAttributeTypeMap() { return MobileData.attributeTypeMap; } constructor() { } } exports.MobileData = MobileData; MobileData.discriminator = undefined; MobileData.mapping = undefined; MobileData.attributeTypeMap = [ { "name": "MobileCountryCode", "baseName": "MobileCountryCode", "type": "number", "format": "" }, { "name": "MobileNetworkCode", "baseName": "MobileNetworkCode", "type": "number", "format": "" }, { "name": "MaskedMSISDN", "baseName": "MaskedMSISDN", "type": "number", "format": "" }, { "name": "Geolocation", "baseName": "Geolocation", "type": "Geolocation | null", "format": "" }, { "name": "ProtectedMobileData", "baseName": "ProtectedMobileData", "type": "string", "format": "" }, { "name": "SensitiveMobileData", "baseName": "SensitiveMobileData", "type": "SensitiveMobileData | null", "format": "" } ]; //# sourceMappingURL=mobileData.js.map