Class AdditionalInformation
Inheritance
System.Object
AdditionalInformation
Namespace: Telerik.Barcode
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AdditionalInformation : Object
Constructors
AdditionalInformation(String, String)
Declaration
public AdditionalInformation(string unstructuredMessage = null, string billInformation = null)
Parameters
|
System.String
unstructuredMessage
|
|
System.String
billInformation
|
Properties
BillInformation
Declaration
public string BillInformation { get; }
Property Value
|
System.String
|
UnstructuredMessage
Declaration
public string UnstructuredMessage { get; }
Property Value
|
System.String
|