Class Update
Parameters for
Implements
Inherited Members
Namespace: EasyPost.Parameters.Webhook
Assembly: EasyPost.dll
Syntax
public class Update : BaseParameters<Webhook>, IBaseParameters
Properties
| Improve this Doc View SourceCustomHeaders
custom headers.
Declaration
public List<WebhookCustomHeader>? CustomHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<WebhookCustomHeader>> |
Secret
The new secret value that will be used to generate a HMAC-SHA256 signature, included in the headers for each webhook payload event.
Use this to verify an incoming webhook is from EasyPost, via
Declaration
public string? Secret { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |