Class
StructuredAddress

Contains information for the address of a (Ultimate) Creditor or Ultimate Debtor in a structured address schema.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class StructuredAddress : Address

Inheritance: objectAddressStructuredAddress

Inherited Members Address.Country

Constructors

StructuredAddress(string, string, string, string, string)

Initializes a new instance of the StructuredAddress class.

Declaration

cs-api-definition
public StructuredAddress(string country, string zipCode, string city, string street = null, string houseNumber = null)

Parameters

country

string

Two-letter country code according to ISO 3166-1.

zipCode

string

Maximum 16 characters permitted. Must be provided without a country code prefix.

city

string

Maximum 35 characters permitted.

street

string

Street. Maximum 70 characters permitted.

houseNumber

string

Building number. Maximum 16 characters permitted.

Properties

City

Gets the name of the city.

Declaration

cs-api-definition
public string City { get; }

Property Value

string

HouseNumber

Gets the house number.

Declaration

cs-api-definition
public string HouseNumber { get; }

Property Value

string

Street

Gets the name of the street.

Declaration

cs-api-definition
public string Street { get; }

Property Value

string

ZipCode

Gets the P.O. number.

Declaration

cs-api-definition
public string ZipCode { get; }

Property Value

string