Class PickupRate
Class representing an EasyPost pickup rate.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class PickupRate : Rate, IEasyPostObject
Properties
| Improve this Doc View SourcePickupId
The ID of the Pickup associated with this PickupRate.
Declaration
public string? PickupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |