Class CombinedAddress
Contains information for the address of a (Ultimate) Creditor or Ultimate Debtor in a combined address schema.
Inherited Members
Namespace: DPL.Telerik.Barcode
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class CombinedAddress : Address
Constructors
CombinedAddress(String, String, String)
Initializes a new instance of the Combined
Declaration
public CombinedAddress(string country, string addressLine1, string addressLine2)
Parameters
System. Two-letter country code according to ISO 3166-1. |
System. Includes street and building number or P.O. Box. |
System. Includes postal code and town. |
Properties
AddressLine1
Gets the first line of the address.
Declaration
public string AddressLine1 { get; }
Property Value
System.
|
AddressLine2
Gets the second line of the address.
Declaration
public string AddressLine2 { get; }
Property Value
System.
|