WebhookUpdatePartnerDestinationInfo interface

Information about the update of the WebHook of the partner destination.

Extends

Properties

clientAuthentication

Partner client authentication

endpointBaseUrl

The base URL that represents the endpoint of the partner destination.

endpointType

Polymorphic discriminator, which specifies the different types this object can be

endpointUrl

The URL that represents the endpoint of the partner destination.

Property Details

clientAuthentication

Partner client authentication

clientAuthentication?: PartnerClientAuthenticationUnion

Property Value

endpointBaseUrl

The base URL that represents the endpoint of the partner destination.

endpointBaseUrl?: string

Property Value

string

endpointType

Polymorphic discriminator, which specifies the different types this object can be

endpointType: "WebHook"

Property Value

"WebHook"

endpointUrl

The URL that represents the endpoint of the partner destination.

endpointUrl?: string

Property Value

string