Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.Report
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Report>, IBaseParameters, IReportParameter, IParameter
Properties
| Improve this Doc View SourceAdditionalColumns
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>> |
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>> |
EndDate
The date the report should end on. Required.
Declaration
public string? EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
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> |
SendEmail
Send the report via email. Defaults to false.
Declaration
public bool? SendEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
StartDate
The date the report should start on. Required.
Declaration
public string? StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Type
What type of Report to create. Required.
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |