Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.Batch
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Batch>, IBaseParameters, IBatchParameter, IParameter
Properties
| Improve this Doc View SourceReference
Reference name for the new Batch.
Declaration
public string? Reference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Shipments
Declaration
public List<IShipmentParameter>? Shipments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<IShipmentParameter>> |