Class QRSwissParameters
Represents a class that contains all parameters of Swiss QR Code.
Inheritance
System.Object
QRSwissParameters
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class QRSwissParameters
Properties
AdditionalInformation
Can be null
Declaration
public AdditionalInformation AdditionalInformation { get; set; }
Property Value
Type | Description |
---|---|
AdditionalInformation |
AlternativeProcedure1
Optional command for alternative processing mode - line 1
Declaration
public string AlternativeProcedure1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AlternativeProcedure2
Optional command for alternative processing mode - line 2
Declaration
public string AlternativeProcedure2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Amount
Amount
Declaration
public string Amount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Creditor
Creditor (payee) information
Declaration
public Contact Creditor { get; set; }
Property Value
Type | Description |
---|---|
Contact |
Currency
(either EUR or CHF)
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Debitor
Debitor (payer) information
Declaration
public Contact Debitor { get; set; }
Property Value
Type | Description |
---|---|
Contact |
Iban
IBAN object
Declaration
public Iban Iban { get; set; }
Property Value
Type | Description |
---|---|
Iban |
Reference
Reference information
Declaration
public Reference Reference { get; set; }
Property Value
Type | Description |
---|---|
Reference |