Class Parcel
Class representing an EasyPost parcel.
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Parcel : EasyPostObject, IEasyPostObject, IParcelParameter, IParameter
Properties
| Improve this Doc View SourceHeight
The height of the parcel, in inches.
Declaration
public double? Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Length
The length of the parcel, in inches.
Declaration
public double? Length { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
PredefinedPackage
A predefined package type to use for the parcel, instead of specifying dimensions.
Declaration
public string? PredefinedPackage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Weight
The weight of the parcel, in ounces.
Declaration
public double? Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Width
The width of the parcel, in inches.
Declaration
public double? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |