UNPKG

@adyen/api-library

Version:

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

157 lines 4.09 kB
"use strict"; /* * The version of the OpenAPI document: v68 * * * 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.AdditionalDataCommon = void 0; class AdditionalDataCommon { static getAttributeTypeMap() { return AdditionalDataCommon.attributeTypeMap; } constructor() { } } exports.AdditionalDataCommon = AdditionalDataCommon; AdditionalDataCommon.discriminator = undefined; AdditionalDataCommon.mapping = undefined; AdditionalDataCommon.attributeTypeMap = [ { "name": "RequestedTestAcquirerResponseCode", "baseName": "RequestedTestAcquirerResponseCode", "type": "string", "format": "" }, { "name": "RequestedTestErrorResponseCode", "baseName": "RequestedTestErrorResponseCode", "type": "string", "format": "" }, { "name": "allowPartialAuth", "baseName": "allowPartialAuth", "type": "string", "format": "" }, { "name": "authorisationType", "baseName": "authorisationType", "type": "string", "format": "" }, { "name": "autoRescue", "baseName": "autoRescue", "type": "string", "format": "" }, { "name": "customRoutingFlag", "baseName": "customRoutingFlag", "type": "string", "format": "" }, { "name": "industryUsage", "baseName": "industryUsage", "type": "AdditionalDataCommon.IndustryUsageEnum", "format": "" }, { "name": "manualCapture", "baseName": "manualCapture", "type": "string", "format": "" }, { "name": "maxDaysToRescue", "baseName": "maxDaysToRescue", "type": "string", "format": "" }, { "name": "networkTxReference", "baseName": "networkTxReference", "type": "string", "format": "" }, { "name": "overwriteBrand", "baseName": "overwriteBrand", "type": "string", "format": "" }, { "name": "subMerchantCity", "baseName": "subMerchantCity", "type": "string", "format": "" }, { "name": "subMerchantCountry", "baseName": "subMerchantCountry", "type": "string", "format": "" }, { "name": "subMerchantEmail", "baseName": "subMerchantEmail", "type": "string", "format": "" }, { "name": "subMerchantID", "baseName": "subMerchantID", "type": "string", "format": "" }, { "name": "subMerchantName", "baseName": "subMerchantName", "type": "string", "format": "" }, { "name": "subMerchantPhoneNumber", "baseName": "subMerchantPhoneNumber", "type": "string", "format": "" }, { "name": "subMerchantPostalCode", "baseName": "subMerchantPostalCode", "type": "string", "format": "" }, { "name": "subMerchantState", "baseName": "subMerchantState", "type": "string", "format": "" }, { "name": "subMerchantStreet", "baseName": "subMerchantStreet", "type": "string", "format": "" }, { "name": "subMerchantTaxId", "baseName": "subMerchantTaxId", "type": "string", "format": "" } ]; (function (AdditionalDataCommon) { let IndustryUsageEnum; (function (IndustryUsageEnum) { IndustryUsageEnum["NoShow"] = "NoShow"; IndustryUsageEnum["DelayedCharge"] = "DelayedCharge"; })(IndustryUsageEnum = AdditionalDataCommon.IndustryUsageEnum || (AdditionalDataCommon.IndustryUsageEnum = {})); })(AdditionalDataCommon = exports.AdditionalDataCommon || (exports.AdditionalDataCommon = {})); //# sourceMappingURL=additionalDataCommon.js.map