Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.Parcel
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Parcel>, IBaseParameters, IParcelParameter, IParameter
Properties
| Improve this Doc View SourceHeight
Height of the Parcel, in inches.
Declaration
public double? Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Id
ID of the Parcel to reference in this request.
ID is not used when calling
Declaration
public string? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Length
Length of the Parcel, in inches.
Declaration
public double? Length { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
PredefinedPackage
Predefined package type to use for the Parcel.
Declaration
public string? PredefinedPackage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Weight
Weight of the Parcel, in ounces.
Declaration
public double? Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Width
Width of the Parcel, in inches.
Declaration
public double? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |