UNPKG

@adyen/api-library

Version:

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

48 lines 1.1 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.Financier = void 0; class Financier { static getAttributeTypeMap() { return Financier.attributeTypeMap; } constructor() { } } exports.Financier = Financier; Financier.discriminator = undefined; Financier.mapping = undefined; Financier.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount", "format": "" }, { "name": "firstName", "baseName": "firstName", "type": "string", "format": "" }, { "name": "lastName", "baseName": "lastName", "type": "string", "format": "" }, { "name": "location", "baseName": "location", "type": "string", "format": "" } ]; //# sourceMappingURL=financier.js.map