Show / Hide Table of Contents

Class GetPromise

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Shipment>
GetPromise
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 GetPromise : BaseParameters<Shipment>, IBaseParameters

Properties

| Improve this Doc View Source

CarrierAccountIds

IDs of the CarrierAccounts to use to create the new Shipment. The provided CarrierAccounts must exist prior to making the API call.

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

The origin Address (or a Create parameter set) for the new Shipment.

Declaration
public IAddressParameter FromAddress { get; set; }
Property Value
Type Description
IAddressParameter
| 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

The physical Parcel (or Create parameter set) being transported in the new Shipment.

Declaration
public IParcelParameter Parcel { get; set; }
Property Value
Type Description
IParcelParameter
| 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

The destination Address (or a Create parameter set) for the new Shipment.

Declaration
public IAddressParameter ToAddress { get; set; }
Property Value
Type Description
IAddressParameter

Implements

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