ClassStructuredAddress
Contains information for the address of a (Ultimate) Creditor or Ultimate Debtor in a structured address schema.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Reporting.dll
Syntax:
public class StructuredAddress : Address
Inheritance: objectAddressStructuredAddress
Inherited Members
Constructors
StructuredAddress(string, string, string, string, string)
Initializes a new instance of the StructuredAddress class.
Declaration
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
public string City { get; }
Property Value
string
HouseNumber
Gets the house number.
Declaration
public string HouseNumber { get; }
Property Value
string
Street
Gets the name of the street.
Declaration
public string Street { get; }
Property Value
string
ZipCode
Gets the P.O. number.
Declaration
public string ZipCode { get; }
Property Value
string