Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Pickup>
Create
Implements
IBaseParameters
IPickupParameter
IParameter
Inherited Members
BaseParameters<Pickup>.MatchFunction
BaseParameters<Pickup>.Matches(Pickup)
BaseParameters<Pickup>.ToDictionary()
BaseParameters<Pickup>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.Pickup
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Pickup>, IBaseParameters, IPickupParameter, IParameter

Properties

| Improve this Doc View Source

Address

Address (or Create parameter set) to pick up package from.

Declaration
public IAddressParameter Address { get; set; }
Property Value
Type Description
IAddressParameter
| Improve this Doc View Source

Batch

Batch being set for pickup (required if Shipment not provided).

Declaration
public IBatchParameter Batch { get; set; }
Property Value
Type Description
IBatchParameter
| Improve this Doc View Source

CarrierAccounts

List of CarrierAccounts to use to create a new Pickup. The provided CarrierAccounts must exist prior to making the API call.

Declaration
public List<CarrierAccount>? CarrierAccounts { get; set; }
Property Value
Type Description
System.Nullable<List<CarrierAccount>>
| 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

Maximum pickup date.

Declaration
public string? MaxDatetime { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

MinDatetime

Minimum pickup date.

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

Shipment being set for pickup (required if Batch not provided).

Declaration
public IShipmentParameter Shipment { get; set; }
Property Value
Type Description
IShipmentParameter

Implements

IBaseParameters
IPickupParameter
IParameter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX