Show / Hide Table of Contents

Class AddShipments

Parameters for API calls.

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

Properties

| Improve this Doc View Source

Shipments

List of Shipments to add to the Batch.

Declaration
public List<Shipment>? Shipments { get; set; }
Property Value
Type Description
System.Nullable<List<Shipment>>

Implements

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