Class Create
Inheritance
System.Object
Create
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Pickup>, IBaseParameters, IPickupParameter, IParameter
Properties
|
Improve this Doc
View Source
Address
Declaration
public IAddressParameter Address { get; set; }
Property Value
|
Improve this Doc
View Source
Batch
Declaration
public IBatchParameter Batch { get; set; }
Property Value
|
Improve this Doc
View Source
CarrierAccounts
Declaration
public List<CarrierAccount>? CarrierAccounts { get; set; }
Property Value
|
Improve this Doc
View Source
Instructions
Instructions for the new Pickup.
Declaration
public string? Instructions { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
IsAccountAddress
Indicates whether the pickup address is an account address.
Declaration
public bool? IsAccountAddress { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
MaxDatetime
Declaration
public string? MaxDatetime { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
MinDatetime
Declaration
public string? MinDatetime { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Reference
Reference name for the new Pickup.
Declaration
public string? Reference { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Shipment
Declaration
public IShipmentParameter Shipment { get; set; }
Property Value
Implements