UNPKG

@adyen/api-library

Version:

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

56 lines 1.32 kB
"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.DeliveryContact = void 0; class DeliveryContact { static getAttributeTypeMap() { return DeliveryContact.attributeTypeMap; } } exports.DeliveryContact = DeliveryContact; DeliveryContact.discriminator = undefined; DeliveryContact.attributeTypeMap = [ { "name": "address", "baseName": "address", "type": "DeliveryAddress" }, { "name": "company", "baseName": "company", "type": "string" }, { "name": "email", "baseName": "email", "type": "string" }, { "name": "fullPhoneNumber", "baseName": "fullPhoneNumber", "type": "string" }, { "name": "name", "baseName": "name", "type": "Name" }, { "name": "phoneNumber", "baseName": "phoneNumber", "type": "PhoneNumber | null" }, { "name": "webAddress", "baseName": "webAddress", "type": "string" } ]; //# sourceMappingURL=deliveryContact.js.map