Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Webhook>
Create
Implements
IBaseParameters
IWebhookParameter
IParameter
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 Create : BaseParameters<Webhook>, IBaseParameters, IWebhookParameter, IParameter

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

A 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>
| Improve this Doc View Source

Url

The URL to receive webhook events at.

Declaration
public string? Url { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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