Class Buy
Parameters for
Implements
Inherited Members
Namespace: EasyPost.Parameters.Shipment
Assembly: EasyPost.dll
Syntax
public class Buy : BaseParameters<Shipment>, IBaseParameters
Constructors
| Improve this Doc View SourceBuy(Rate)
Declaration
public Buy(Rate rate)
Parameters
| Type | Name | Description |
|---|---|---|
| Rate | rate | The selected Rate. |
Buy(String)
Declaration
public Buy(string rateId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | rateId | The selected Rate ID. |
Properties
| Improve this Doc View SourceEndShipperId
The ID of the EndShipper to buy the Shipment with. Optional.
Declaration
public string? EndShipperId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
InsuranceValue
A value to insure the Shipment for. Optional.
Declaration
public string? InsuranceValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
RateId
Declaration
public string? RateId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |