Show / Hide Table of Contents

Class Buy

Parameters for API calls.

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

Properties

| 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

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>

Implements

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