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.Windows.Controls.DataVisualization.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
Two-letter country code according to ISO 3166-1.
addressLine1
Includes street and building number or P.O. Box.
addressLine2
Includes postal code and town.
Properties
AddressLine1
Gets the first line of the address.
AddressLine2
Gets the second line of the address.