Class ClaimHistoryEntry
Class representing an entry in a History property.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class ClaimHistoryEntry : EphemeralEasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceStatus
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> |
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> |
StatusTimestamp
The date and time of the history entry.
Declaration
public string? StatusTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |