Class WebhookCustomHeader
Class for webhook custom header.
Inheritance
System.Object
WebhookCustomHeader
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class WebhookCustomHeader : object
Properties
| Improve this Doc View SourceName
Custom Header name.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Value
Custom Header value.
Declaration
public string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |