Show / Hide Table of Contents

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 Source

Name

Custom Header name.

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

Value

Custom Header value.

Declaration
public string? Value { get; set; }
Property Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX