UNPKG

@adyen/api-library

Version:

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

127 lines 4.02 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.CreateMerchantWebhookRequest = void 0; class CreateMerchantWebhookRequest { static getAttributeTypeMap() { return CreateMerchantWebhookRequest.attributeTypeMap; } constructor() { } } exports.CreateMerchantWebhookRequest = CreateMerchantWebhookRequest; CreateMerchantWebhookRequest.discriminator = undefined; CreateMerchantWebhookRequest.mapping = undefined; CreateMerchantWebhookRequest.attributeTypeMap = [ { "name": "acceptsExpiredCertificate", "baseName": "acceptsExpiredCertificate", "type": "boolean", "format": "" }, { "name": "acceptsSelfSignedCertificate", "baseName": "acceptsSelfSignedCertificate", "type": "boolean", "format": "" }, { "name": "acceptsUntrustedRootCertificate", "baseName": "acceptsUntrustedRootCertificate", "type": "boolean", "format": "" }, { "name": "active", "baseName": "active", "type": "boolean", "format": "" }, { "name": "additionalSettings", "baseName": "additionalSettings", "type": "AdditionalSettings | null", "format": "" }, { "name": "communicationFormat", "baseName": "communicationFormat", "type": "CreateMerchantWebhookRequest.CommunicationFormatEnum", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "encryptionProtocol", "baseName": "encryptionProtocol", "type": "CreateMerchantWebhookRequest.EncryptionProtocolEnum", "format": "" }, { "name": "networkType", "baseName": "networkType", "type": "CreateMerchantWebhookRequest.NetworkTypeEnum", "format": "" }, { "name": "password", "baseName": "password", "type": "string", "format": "" }, { "name": "populateSoapActionHeader", "baseName": "populateSoapActionHeader", "type": "boolean", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" }, { "name": "url", "baseName": "url", "type": "string", "format": "" }, { "name": "username", "baseName": "username", "type": "string", "format": "" } ]; (function (CreateMerchantWebhookRequest) { let CommunicationFormatEnum; (function (CommunicationFormatEnum) { CommunicationFormatEnum["Http"] = "http"; CommunicationFormatEnum["Json"] = "json"; CommunicationFormatEnum["Soap"] = "soap"; })(CommunicationFormatEnum = CreateMerchantWebhookRequest.CommunicationFormatEnum || (CreateMerchantWebhookRequest.CommunicationFormatEnum = {})); let EncryptionProtocolEnum; (function (EncryptionProtocolEnum) { EncryptionProtocolEnum["Http"] = "HTTP"; EncryptionProtocolEnum["Tlsv12"] = "TLSv1.2"; EncryptionProtocolEnum["Tlsv13"] = "TLSv1.3"; })(EncryptionProtocolEnum = CreateMerchantWebhookRequest.EncryptionProtocolEnum || (CreateMerchantWebhookRequest.EncryptionProtocolEnum = {})); let NetworkTypeEnum; (function (NetworkTypeEnum) { NetworkTypeEnum["Local"] = "local"; NetworkTypeEnum["Public"] = "public"; })(NetworkTypeEnum = CreateMerchantWebhookRequest.NetworkTypeEnum || (CreateMerchantWebhookRequest.NetworkTypeEnum = {})); })(CreateMerchantWebhookRequest = exports.CreateMerchantWebhookRequest || (exports.CreateMerchantWebhookRequest = {})); //# sourceMappingURL=createMerchantWebhookRequest.js.map