Show / Hide Table of Contents

Class Webhook

Class representing an EasyPost webhook.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
Webhook
Implements
IEasyPostObject
IWebhookParameter
IParameter
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Webhook : EasyPostObject, IEasyPostObject, 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

DisabledAt

The timestamp of the last time this webhook was disabled.

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

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>

Implements

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