Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.Claim
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Claim>, IBaseParameters, IClaimParameter, IParameter
Properties
| Improve this Doc View SourceAmount
The amount being claimed for reimbursement.
Declaration
public double? Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
CheckDeliveryAddress
The destination address for a reimbursement check. Required if the PaymentMethod is MailedCheck.
Declaration
public string? CheckDeliveryAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
ContactEmail
The email address of the contact for the claim.
Declaration
public string? ContactEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Description
Detailed description of the claim.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
EmailEvidenceAttachments
Email-based files to attach to the claim for evidence. Each file must be a base64-encoded string.
Declaration
public string[] EmailEvidenceAttachments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
InvoiceAttachments
Invoices to attach to the claim for evidence. Each file must be a base64-encoded string.
Declaration
public string[] InvoiceAttachments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
PaymentMethod
The ClaimPaymentMethod for the claim reimbursement. If set to MailedCheck, the CheckDeliveryAddress must be provided.
Declaration
public ClaimPaymentMethod PaymentMethod { get; set; }
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> |
SupportingDocumentationAttachments
Additional supporting documents to attach to the claim. Required if the Type is Damage or Theft. Each file must be a base64-encoded string.
Declaration
public string[] SupportingDocumentationAttachments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
TrackingCode
The tracking code of the Shipment to file a claim for.
Declaration
public string? TrackingCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Type
The type of claim to file.
Declaration
public ClaimType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| ClaimType |