Show / Hide Table of Contents

Class PickupRate

Class representing an EasyPost pickup rate.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
Rate
PickupRate
Implements
IEasyPostObject
Inherited Members
Rate.BillingType
Rate.Carrier
Rate.CarrierAccountId
Rate.Currency
Rate.DeliveryDate
Rate.DeliveryDateGuaranteed
Rate.DeliveryDays
Rate.ListCurrency
Rate.ListRate
Rate.Price
Rate.RetailCurrency
Rate.RetailRate
Rate.Service
Rate.ShipmentId
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class PickupRate : Rate, IEasyPostObject

Properties

| Improve this Doc View Source

PickupId

The ID of the Pickup associated with this PickupRate.

Declaration
public string? PickupId { 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