UNPKG

@adyen/api-library

Version:

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

54 lines 1.43 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.BusinessLineInfoUpdate = void 0; class BusinessLineInfoUpdate { static getAttributeTypeMap() { return BusinessLineInfoUpdate.attributeTypeMap; } constructor() { } } exports.BusinessLineInfoUpdate = BusinessLineInfoUpdate; BusinessLineInfoUpdate.discriminator = undefined; BusinessLineInfoUpdate.mapping = undefined; BusinessLineInfoUpdate.attributeTypeMap = [ { "name": "industryCode", "baseName": "industryCode", "type": "string", "format": "" }, { "name": "salesChannels", "baseName": "salesChannels", "type": "Array<string>", "format": "" }, { "name": "sourceOfFunds", "baseName": "sourceOfFunds", "type": "SourceOfFunds | null", "format": "" }, { "name": "webData", "baseName": "webData", "type": "Array<WebData>", "format": "" }, { "name": "webDataExemption", "baseName": "webDataExemption", "type": "WebDataExemption | null", "format": "" } ]; //# sourceMappingURL=businessLineInfoUpdate.js.map