Show / Hide Table of Contents

Class ClaimType

Claim type enum.

Inheritance
System.Object
Enum
ValueEnum
ClaimType
Implements
IEnum
Inherited Members
ValueEnum.ToString()
ValueEnum.FromValue<T>(Object)
ValueEnum.Equals(Nullable<Object>)
ValueEnum.GetHashCode()
Enum.CompareTo(Nullable<Object>)
Enum.GetAll<T>()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ClaimType : ValueEnum, IEnum

Fields

| Improve this Doc View Source

Damage

An enum representing a damage claim type.

Declaration
public static readonly ClaimType Damage
Field Value
Type Description
ClaimType
| Improve this Doc View Source

Loss

An enum representing a loss claim type.

Declaration
public static readonly ClaimType Loss
Field Value
Type Description
ClaimType
| Improve this Doc View Source

Theft

An enum representing a theft claim type.

Declaration
public static readonly ClaimType Theft
Field Value
Type Description
ClaimType

Implements

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