Show / Hide Table of Contents

Class Report

Class representing an EasyPost report.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
Report
Implements
IEasyPostObject
IReportParameter
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 Report : EasyPostObject, IEasyPostObject, IReportParameter, IParameter

Properties

| Improve this Doc View Source

EndDate

The end date of the report period.

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

IncludeChildren

Whether to include items created by child users in the report.

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

StartDate

The start date of the report period.

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

Status

The status of the report. Possible values are:

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

Url

A URL to download the report. Expires 30 seconds after retrieving this object.

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

UrlExpiresAt

The date and time at which the Url will expire.

Declaration
public DateTime? UrlExpiresAt { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Implements

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