Show / Hide Table of Contents

Class ClaimHistoryEntry

Class representing an entry in a History property.

Inheritance
System.Object
EphemeralEasyPostObject
ClaimHistoryEntry
Implements
IEasyPostObject
Inherited Members
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.ToString()
EphemeralEasyPostObject.Equals(Nullable<Object>)
EphemeralEasyPostObject.GetHashCode()
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ClaimHistoryEntry : EphemeralEasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Status

The status of the claim at the time of this history entry.

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

StatusDetails

The reason for the status of the claim at the time of this history entry.

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

StatusTimestamp

The date and time of the history entry.

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

Implements

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