CombinedAddress
Class
Contains information for the address of a (Ultimate) Creditor or Ultimate Debtor in a combined address schema.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CombinedAddress : Address
Inheritance: objectAddressCombinedAddress
Inherited Members
Constructors
Initializes a new instance of the CombinedAddress class.
Properties
Gets the first line of the address.
C#
public string AddressLine1 { get; }
Gets the second line of the address.
C#
public string AddressLine2 { get; }