Class Claim
Class representing a EasyPost claim object.
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Claim : EasyPostObject, IEasyPostObject, IClaimParameter, IParameter
Properties
| Improve this Doc View SourceApprovedAmount
The amount that has been approved for reimbursement.
Declaration
public string? ApprovedAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Attachments
The attachments associated with the claim.
Declaration
public List<string>? Attachments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<System.String>> |
CheckDeliveryAddress
The address to which the reimbursement check should be sent.
Declaration
public string? CheckDeliveryAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
ContactEmail
The email address of the contact person for the claim.
Declaration
public string? ContactEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Description
A detailed description of the claim.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
History
A list of ClaimHistoryEntrys representing the history of the claim.
Declaration
public List<ClaimHistoryEntry>? History { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<ClaimHistoryEntry>> |
InsuranceAmount
The original amount of the insurance on the associated Shipment.
Declaration
public double? InsuranceAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
InsuranceId
The ID of the Insurance object associated with this claim.
Declaration
public string? InsuranceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
PaymentMethod
The ClaimPaymentMethod of the claim.
Declaration
public ClaimPaymentMethod PaymentMethod { get; }
Property Value
| Type | Description |
|---|---|
| ClaimPaymentMethod |
RecipientName
The name of the recipient of the reimbursement.
Declaration
public string? RecipientName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Reference
An optional value that may be used in place of ID when doing Retrieve calls for this claim.
Declaration
public string? Reference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
RequestedAmount
The amount that has been requested for reimbursement.
Declaration
public double? RequestedAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
SalvageValue
The salvage value of the damaged goods.
Declaration
public double? SalvageValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
ShipmentId
The ID of the Shipment associated with this claim.
Declaration
public string? ShipmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Status
The current status of the claim.
Declaration
public string? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
StatusDetail
The reason for the current status of the claim.
Declaration
public string? StatusDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
StatusTimestamp
The timestamp of the last status update.
Declaration
public string? StatusTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TrackingCode
The tracking code of the Shipment associated with this claim.
Declaration
public string? TrackingCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Type
The ClaimType of the claim.
Declaration
public ClaimType Type { get; }
Property Value
| Type | Description |
|---|---|
| ClaimType |