Class Create
Inheritance
System.Object
Create
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Shipment>, IBaseParameters, IShipmentParameter, IParameter
Properties
|
Improve this Doc
View Source
BuyerAddress
Declaration
public IAddressParameter BuyerAddress { get; set; }
Property Value
|
Improve this Doc
View Source
Carrier
Declaration
public string? Carrier { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
CarrierAccountIds
Declaration
public List<string>? CarrierAccountIds { get; set; }
Property Value
| Type |
Description |
| System.Nullable<List<System.String>> |
|
|
Improve this Doc
View Source
CustomsInfo
Declaration
public ICustomsInfoParameter CustomsInfo { get; set; }
Property Value
|
Improve this Doc
View Source
FromAddress
Declaration
public IAddressParameter FromAddress { get; set; }
Property Value
|
Improve this Doc
View Source
Insurance
An insurance value for the new Shipment.
Declaration
public double? Insurance { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
|
Improve this Doc
View Source
IsReturn
Declaration
public bool? IsReturn { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Options
Declaration
public Options Options { get; set; }
Property Value
|
Improve this Doc
View Source
Parcel
Declaration
public IParcelParameter Parcel { get; set; }
Property Value
|
Improve this Doc
View Source
Reference
Declaration
public string? Reference { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ReturnAddress
Declaration
public IAddressParameter ReturnAddress { get; set; }
Property Value
|
Improve this Doc
View Source
Service
Declaration
public string? Service { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TaxIdentifiers
Declaration
public List<ITaxIdentifierParameter>? TaxIdentifiers { get; set; }
Property Value
|
Improve this Doc
View Source
ToAddress
Declaration
public IAddressParameter ToAddress { get; set; }
Property Value
Implements