Show / Hide Table of Contents

Class BatchShipment

Class representing an EasyPost batch shipment.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
BatchShipment
Implements
IEasyPostObject
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class BatchShipment : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

BatchMessage

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

TrackingCode

The tracking code associated with the batch shipment.

Declaration
public string? TrackingCode { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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