Show / Hide Table of Contents

Class Update

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Webhook>
Update
Implements
IBaseParameters
Inherited Members
BaseParameters<Webhook>.MatchFunction
BaseParameters<Webhook>.Matches(Webhook)
BaseParameters<Webhook>.ToDictionary()
BaseParameters<Webhook>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.Webhook
Assembly: EasyPost.dll
Syntax
public class Update : BaseParameters<Webhook>, IBaseParameters

Properties

| Improve this Doc View Source

CustomHeaders

custom headers.

Declaration
public List<WebhookCustomHeader>? CustomHeaders { get; set; }
Property Value
Type Description
System.Nullable<List<WebhookCustomHeader>>
| Improve this Doc View Source

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>

Implements

IBaseParameters
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX