Class Webhook
Class representing an EasyPost webhook.
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Webhook : EasyPostObject, IEasyPostObject, IWebhookParameter, IParameter
Properties
| Improve this Doc View SourceCustomHeaders
custom headers.
Declaration
public List<WebhookCustomHeader>? CustomHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<WebhookCustomHeader>> |
DisabledAt
The timestamp of the last time this webhook was disabled.
Declaration
public DateTime? DisabledAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
Url
The URL to which this webhook will send its POST request.
Declaration
public string? Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |