Show / Hide Table of Contents

Class Message

Class representing an EasyPost Shipment or Pickup message.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
Message
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 Message : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Carrier

The name of the carrier producing the error.

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

CarrierAccountId

The account ID of the carrier producing the error. Useful if you have multiple accounts with the same carrier.

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

Text

The text from the carrier explaining the problem.

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

Type

The category of error that occurred.

Declaration
public string? Type { 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