Class PostageLabel
Class representing an EasyPost postage label.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class PostageLabel : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceDateAdvance
Class representing an EasyPost postage label.
Declaration
public int? DateAdvance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
IntegratedForm
Class representing an EasyPost postage label.
Declaration
public string? IntegratedForm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LabelDate
The date that appears on the postage label.
Declaration
public DateTime? LabelDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |
LabelEpl2Url
The URL of the EPL2 label file.
Declaration
public string? LabelEpl2Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LabelFile
Class representing an EasyPost postage label.
Declaration
public string? LabelFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LabelFileType
The file type of the label.
Declaration
public string? LabelFileType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LabelPdfUrl
The URL of the PDF label file.
Declaration
public string? LabelPdfUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LabelResolution
The resolution of the label.
Declaration
public int? LabelResolution { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
LabelSize
The size of the label.
Declaration
public string? LabelSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LabelType
The type of the label.
Declaration
public string? LabelType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LabelUrl
The URL of the label file.
Declaration
public string? LabelUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LabelZplUrl
The URL of the ZPL label file.
Declaration
public string? LabelZplUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |