ClassCombinedAddress
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:
cs-api-definition
public class CombinedAddress : Address
Inheritance: objectAddressCombinedAddress
Inherited Members
Constructors
CombinedAddress(string, string, string)
Initializes a new instance of the CombinedAddress class.
Declaration
cs-api-definition
public CombinedAddress(string country, string addressLine1, string addressLine2)
Parameters
country
string
Two-letter country code according to ISO 3166-1.
addressLine1
string
Includes street and building number or P.O. Box.
addressLine2
string
Includes postal code and town.
Properties
AddressLine1
Gets the first line of the address.
Declaration
cs-api-definition
public string AddressLine1 { get; }
Property Value
string
AddressLine2
Gets the second line of the address.
Declaration
cs-api-definition
public string AddressLine2 { get; }
Property Value
string