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
CustomerNo
Gets or sets the customer number.
public string CustomerNo { get; set; }
Property Value
EdsNumber
Gets or sets the EDS number.
public string EdsNumber { get; set; }
Property Value
Fee
Gets or sets the fee.
public string Fee { get; set; }
Property Value
PostalData
Gets the postal data.
[JsonInclude]
public PropertyPostalData PostalData { get; }
Property Value
ProcessingDate
Gets or sets the processing date.
public string ProcessingDate { get; set; }
Property Value
ProductKey
Gets or sets the product key.
public string ProductKey { get; set; }
Property Value
RecipientLine1
Gets or sets the recipient line 1.
public string RecipientLine1 { get; set; }
Property Value
RecipientLine2
Gets or sets the recipient line 2.
public string RecipientLine2 { get; set; }
Property Value
RecipientLine3
Gets or sets the recipient line 3.
public string RecipientLine3 { get; set; }
Property Value
RecipientLine4
Gets or sets the recipient line 4.
public string RecipientLine4 { get; set; }
Property Value
RecipientLine5
Gets or sets the recipient line 5.
public string RecipientLine5 { get; set; }
Property Value
RecipientLine6
Gets or sets the recipient line 6.
public string RecipientLine6 { get; set; }
Property Value
SenderAddress
Gets or sets the sender address.
public string SenderAddress { get; set; }
Property Value
TrackingNumber
Gets or sets the tracking number.
public string TrackingNumber { get; set; }
Property Value
Version
Gets or sets the version.
public string Version { get; set; }