Class CreateAndBuy
Inheritance
System.Object
CreateAndBuy
Assembly: EasyPost.dll
Syntax
public class CreateAndBuy : BaseParameters<Shipment>, IBaseParameters
Properties
|
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
DeliverByDate
The deliver by date for the shipment (YYYY-MM-DD).
Declaration
public string? DeliverByDate { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
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
Parcel
Declaration
public IParcelParameter Parcel { get; set; }
Property Value
|
Improve this Doc
View Source
PersistLabel
Whether to persist the label after purchase.
Declaration
public bool? PersistLabel { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
PlannedShipDate
The planned ship date for the shipment (YYYY-MM-DD).
Declaration
public string? PlannedShipDate { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
RulesetName
The name of the ruleset to use for Luma.
Declaration
public string? RulesetName { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ToAddress
Declaration
public IAddressParameter ToAddress { get; set; }
Property Value
Implements