CodeGlyphX logo
CodeGlyphX

API Reference

Class

AdditionalInformation

Namespace CodeGlyphX.Payloads.SwissQrCodePayload
Assembly CodeGlyphX
Modifiers sealed

Additional information section.

Inheritance

  • Object
  • AdditionalInformation

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public AdditionalInformation(String unstructuredMessage = null, String billInformation = null) #

Creates an additional information block.

Parameters

unstructuredMessage System.String = null optionalposition: 0
billInformation System.String = null optionalposition: 1

Properties

public String UnstructuredMessage { get; } #

Unstructured message (single line).

public String BillInformation { get; } #

Bill information (single line).

public String Trailer { get; } #

Trailer marker.