Table of Contents

Class PropertyPremiumAdress

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents premium address metadata used by certain barcode formats.

public class PropertyPremiumAdress : DomItem
Inheritance
PropertyPremiumAdress
Inherited Members

Properties

CustomerInfos

Gets or sets the customer info lines.

public string CustomerInfos { get; set; }

Property Value

string

CustomerNo

Gets or sets the customer number.

public string CustomerNo { get; set; }

Property Value

string

EdsNumber

Gets or sets the EDS number.

public string EdsNumber { get; set; }

Property Value

string

Fee

Gets or sets the fee.

public string Fee { get; set; }

Property Value

string

PostalData

Gets the postal data.

[JsonInclude]
public PropertyPostalData PostalData { get; }

Property Value

PropertyPostalData

ProcessingDate

Gets or sets the processing date.

public string ProcessingDate { get; set; }

Property Value

string

ProductKey

Gets or sets the product key.

public string ProductKey { get; set; }

Property Value

string

RecipientLine1

Gets or sets the recipient line 1.

public string RecipientLine1 { get; set; }

Property Value

string

RecipientLine2

Gets or sets the recipient line 2.

public string RecipientLine2 { get; set; }

Property Value

string

RecipientLine3

Gets or sets the recipient line 3.

public string RecipientLine3 { get; set; }

Property Value

string

RecipientLine4

Gets or sets the recipient line 4.

public string RecipientLine4 { get; set; }

Property Value

string

RecipientLine5

Gets or sets the recipient line 5.

public string RecipientLine5 { get; set; }

Property Value

string

RecipientLine6

Gets or sets the recipient line 6.

public string RecipientLine6 { get; set; }

Property Value

string

SenderAddress

Gets or sets the sender address.

public string SenderAddress { get; set; }

Property Value

string

TrackingNumber

Gets or sets the tracking number.

public string TrackingNumber { get; set; }

Property Value

string

Version

Gets or sets the version.

public string Version { get; set; }

Property Value

string