Class StatelessRate
Class representing an EasyPost stateless rate.
Implements
Inherited Members
Namespace: EasyPost.Models.API.Beta
Assembly: EasyPost.dll
Syntax
public class StatelessRate : EphemeralEasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceBillingType
The billing type for the rate.
Declaration
public string? BillingType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Carrier
The name of the carrier for the rate.
Declaration
public string? Carrier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
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> |
Currency
The currency for the rate.
Declaration
public string? Currency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
DeliveryDate
The delivery date for the rate.
Declaration
public DateTime? DeliveryDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
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> |
DeliveryDays
The number of days until delivery for the rate.
Declaration
public int? DeliveryDays { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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> |
ListCurrency
The current for the ListRate for the rate.
Declaration
public string? ListCurrency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
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> |
Price
The actual quoted price for the rate.
Declaration
public string? Price { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
RetailCurrency
The currency for the RetailRate for the rate.
Declaration
public string? RetailCurrency { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
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> |
Service
The ServiceLevel for the rate.
Declaration
public string? Service { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
ShipmentId
The ID of the Shipment associated with the rate.
Declaration
public string? ShipmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |