Show / Hide Table of Contents

Class StatelessRate

Class representing an EasyPost stateless rate.

Inheritance
System.Object
EphemeralEasyPostObject
StatelessRate
Implements
IEasyPostObject
Inherited Members
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.ToString()
EphemeralEasyPostObject.Equals(Nullable<Object>)
EphemeralEasyPostObject.GetHashCode()
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API.Beta
Assembly: EasyPost.dll
Syntax
public class StatelessRate : EphemeralEasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

BillingType

The billing type for the rate.

Declaration
public string? BillingType { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Carrier

The name of the carrier for the rate.

Declaration
public string? Carrier { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

CarrierAccountId

The ID of the CarrierAccount used to generate the rate.

Declaration
public string? CarrierAccountId { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Currency

The currency for the rate.

Declaration
public string? Currency { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

DeliveryDate

The delivery date for the rate.

Declaration
public DateTime? DeliveryDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

DeliveryDateGuaranteed

Whether or not the DeliveryDate for the rate is guaranteed.

Declaration
public bool? DeliveryDateGuaranteed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

DeliveryDays

The number of days until delivery for the rate.

Declaration
public int? DeliveryDays { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

EstDeliveryDays

The number of days until delivery for the rate. This field is deprecated in favor of DeliveryDays.

Declaration
public int? EstDeliveryDays { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

ListCurrency

The current for the ListRate for the rate.

Declaration
public string? ListCurrency { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ListRate

The list rate for the rate. The list rate is the non-negotiated rate given for having an account with the carrier.

Declaration
public string? ListRate { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Price

The actual quoted price for the rate.

Declaration
public string? Price { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

RetailCurrency

The currency for the RetailRate for the rate.

Declaration
public string? RetailCurrency { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

RetailRate

The retail rate for the rate. The retail rate is the in-store rate given with no account with the carrier.

Declaration
public string? RetailRate { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Service

The ServiceLevel for the rate.

Declaration
public string? Service { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ShipmentId

The ID of the Shipment associated with the rate.

Declaration
public string? ShipmentId { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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