Show / Hide Table of Contents

Class Claim

Class representing a EasyPost claim object.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
Claim
Implements
IEasyPostObject
IClaimParameter
IParameter
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Claim : EasyPostObject, IEasyPostObject, IClaimParameter, IParameter

Properties

| Improve this Doc View Source

ApprovedAmount

The amount that has been approved for reimbursement.

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

Attachments

The attachments associated with the claim.

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

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

Description

A detailed description of the claim.

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

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>>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

PaymentMethod

The ClaimPaymentMethod of the claim.

Declaration
public ClaimPaymentMethod PaymentMethod { get; }
Property Value
Type Description
ClaimPaymentMethod
| Improve this Doc View Source

RecipientName

The name of the recipient of the reimbursement.

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

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>
| Improve this Doc View Source

RequestedAmount

The amount that has been requested for reimbursement.

Declaration
public double? RequestedAmount { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

SalvageValue

The salvage value of the damaged goods.

Declaration
public double? SalvageValue { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

ShipmentId

The ID of the Shipment associated with this claim.

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

Status

The current status of the claim.

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

StatusDetail

The reason for the current status of the claim.

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

StatusTimestamp

The timestamp of the last status update.

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

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>
| Improve this Doc View Source

Type

The ClaimType of the claim.

Declaration
public ClaimType Type { get; }
Property Value
Type Description
ClaimType

Implements

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