StructuredAddress
Class
Contains information for the address of a (Ultimate) Creditor or Ultimate Debtor in a structured address schema.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class StructuredAddress : Address
Inheritance: objectAddressStructuredAddress
Inherited Members
Constructors
Initializes a new instance of the StructuredAddress class.
C#
public StructuredAddress(string country, string zipCode, string city, string street = null, string houseNumber = null)
Two-letter country code according to ISO 3166-1.
zipCodestringMaximum 16 characters permitted. Must be provided without a country code prefix.
citystringMaximum 35 characters permitted.
streetstringStreet. Maximum 70 characters permitted.
houseNumberstringBuilding number. Maximum 16 characters permitted.