Show / Hide Table of Contents

Class PostageLabel

Class representing an EasyPost postage label.

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

Properties

| Improve this Doc View Source

DateAdvance

Class representing an EasyPost postage label.

Declaration
public int? DateAdvance { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

IntegratedForm

Class representing an EasyPost postage label.

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

LabelDate

The date that appears on the postage label.

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

LabelEpl2Url

The URL of the EPL2 label file.

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

LabelFile

Class representing an EasyPost postage label.

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

LabelFileType

The file type of the label.

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

LabelPdfUrl

The URL of the PDF label file.

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

LabelResolution

The resolution of the label.

Declaration
public int? LabelResolution { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

LabelSize

The size of the label.

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

LabelType

The type of the label.

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

LabelUrl

The URL of the label file.

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

LabelZplUrl

The URL of the ZPL label file.

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