Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<Batch>
Create
Implements
IBaseParameters
IBatchParameter
IParameter
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 Create : BaseParameters<Batch>, IBaseParameters, IBatchParameter, IParameter

Properties

| Improve this Doc View Source

Reference

Reference name for the new Batch.

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

Shipments

List of Shipments (or Create parameters) for the new Batch.

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

Implements

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