Show / Hide Table of Contents

Class Create

Parameters for API calls.

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

Properties

| Improve this Doc View Source

Height

Height of the Parcel, in inches.

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

Id

ID of the Parcel to reference in this request. ID is not used when calling , but is used when using this parameter set as a nested parameter set in other API calls.

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

Length

Length of the Parcel, in inches.

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

PredefinedPackage

Predefined package type to use for the Parcel.

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

Weight

Weight of the Parcel, in ounces.

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

Width

Width of the Parcel, in inches.

Declaration
public double? Width { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Implements

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