UNPKG

@adyen/api-library

Version:

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

42 lines 1.01 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.TaxInformation = void 0; class TaxInformation { static getAttributeTypeMap() { return TaxInformation.attributeTypeMap; } constructor() { } } exports.TaxInformation = TaxInformation; TaxInformation.discriminator = undefined; TaxInformation.mapping = undefined; TaxInformation.attributeTypeMap = [ { "name": "country", "baseName": "country", "type": "string", "format": "" }, { "name": "number", "baseName": "number", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=taxInformation.js.map