Class BatchShipment
Class representing an EasyPost batch shipment.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class BatchShipment : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceBatchMessage
A human-readable message for any errors that occurred during the batch shipment's life cycle.
Declaration
public string? BatchMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
BatchStatus
The current state of the batch shipment. Valid statuses are:
- "postage_purchased"
- "postage_purchase_failed"
- "queued_for_purchase"
- "creation_failed"
Declaration
public string? BatchStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
TrackingCode
The tracking code associated with the batch shipment.
Declaration
public string? TrackingCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |