UNPKG

@adyen/api-library

Version:

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

54 lines 1.81 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.NumberAndBicAccountIdentification = void 0; class NumberAndBicAccountIdentification { static getAttributeTypeMap() { return NumberAndBicAccountIdentification.attributeTypeMap; } constructor() { } } exports.NumberAndBicAccountIdentification = NumberAndBicAccountIdentification; NumberAndBicAccountIdentification.discriminator = undefined; NumberAndBicAccountIdentification.mapping = undefined; NumberAndBicAccountIdentification.attributeTypeMap = [ { "name": "accountNumber", "baseName": "accountNumber", "type": "string", "format": "" }, { "name": "additionalBankIdentification", "baseName": "additionalBankIdentification", "type": "AdditionalBankIdentification | null", "format": "" }, { "name": "bic", "baseName": "bic", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "NumberAndBicAccountIdentification.TypeEnum", "format": "" } ]; (function (NumberAndBicAccountIdentification) { let TypeEnum; (function (TypeEnum) { TypeEnum["NumberAndBic"] = "numberAndBic"; })(TypeEnum = NumberAndBicAccountIdentification.TypeEnum || (NumberAndBicAccountIdentification.TypeEnum = {})); })(NumberAndBicAccountIdentification = exports.NumberAndBicAccountIdentification || (exports.NumberAndBicAccountIdentification = {})); //# sourceMappingURL=numberAndBicAccountIdentification.js.map