Class Create
Inheritance
System.Object
Create
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Order>, IBaseParameters, IOrderParameter, IParameter
Properties
|
Improve this Doc
View Source
BuyerAddress
Declaration
public IAddressParameter BuyerAddress { get; set; }
Property Value
|
Improve this Doc
View Source
CarrierAccounts
Declaration
public List<CarrierAccount>? CarrierAccounts { get; set; }
Property Value
|
Improve this Doc
View Source
FromAddress
Declaration
public IAddressParameter FromAddress { get; set; }
Property Value
|
Improve this Doc
View Source
Reference
Reference name for the new Order.
Declaration
public string? Reference { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ReturnAddress
Declaration
public IAddressParameter ReturnAddress { get; set; }
Property Value
|
Improve this Doc
View Source
Service
One-call-buy an Order by specifying a service.
Declaration
public string? Service { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Shipments
Declaration
public List<IShipmentParameter>? Shipments { get; set; }
Property Value
|
Improve this Doc
View Source
ToAddress
Declaration
public IAddressParameter ToAddress { get; set; }
Property Value
Implements