Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Claim>
Create
Implements
IBaseParameters
IClaimParameter
IParameter
Inherited Members
BaseParameters<Claim>.MatchFunction
BaseParameters<Claim>.Matches(Claim)
BaseParameters<Claim>.ToDictionary()
BaseParameters<Claim>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.Claim
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Claim>, IBaseParameters, IClaimParameter, IParameter

Properties

| Improve this Doc View Source

Amount

The amount being claimed for reimbursement.

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

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

ContactEmail

The email address of the contact for the claim.

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

Description

Detailed description of the claim.

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

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

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

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
| 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

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

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

Type

The type of claim to file.

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

Implements

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