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