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