CombinedAddress
Class
Contains information for the address of a (Ultimate) Creditor or Ultimate Debtor in a combined address schema.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class CombinedAddress : Address
Inheritance: objectAddressCombinedAddress
Inherited Members
Constructors
Initializes a new instance of the CombinedAddress class.
C#
public CombinedAddress(string country, string addressLine1, string addressLine2)
Two-letter country code according to ISO 3166-1.
addressLine1stringIncludes street and building number or P.O. Box.
addressLine2stringIncludes postal code and town.
Properties
AddressLine1
string
Gets the first line of the address.
C#
public string AddressLine1 { get; }
AddressLine2
string
Gets the second line of the address.
C#
public string AddressLine2 { get; }