Show / Hide Table of Contents

Class Create

Parameters for API calls.

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

Properties

| Improve this Doc View Source

AdditionalColumns

A list of additional columns (other than the defaults) to include in the report.

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

Columns

A list of the only columns to include in the report.

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

EndDate

The date the report should end on. Required.

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

IncludeChildren

Whether or not to include children in the report. Defaults to false.

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

SendEmail

Send the report via email. Defaults to false.

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

StartDate

The date the report should start on. Required.

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

Type

What type of Report to create. Required.

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

Implements

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