ClassStructuredAddress
Class
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
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
Two-letter country code according to ISO 3166-1.
zipCode
Maximum 16 characters permitted. Must be provided without a country code prefix.
city
Maximum 35 characters permitted.
street
Street. Maximum 70 characters permitted.
houseNumber
Building number. Maximum 16 characters permitted.