Skip to content

T_QRCoder_Core_PayloadGenerator_BezahlCode

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

PayloadGenerator.BezahlCode Class

[Missing <summary> documentation for "T:QRCoder.Core.PayloadGenerator.BezahlCode"]

Definition

Namespace: QRCoder.Core
Assembly: QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294
XMLNS for XAML: Not mapped to an xmlns.

C#

public class BezahlCode : PayloadGenerator.Payload

C++

public ref class BezahlCode : public PayloadGenerator.Payload
Inheritance ObjectPayloadGenerator.Payload → PayloadGenerator.BezahlCode

Constructors

PayloadGenerator.BezahlCode(PayloadGenerator.BezahlCode.AuthorityType, String, String, String, String, String, String) Constructor for contact data
PayloadGenerator.BezahlCode(PayloadGenerator.BezahlCode.AuthorityType, String, String, String, Decimal, String, Int32, Nullable(DateTime), Nullable(DateTime), String, Int32, PayloadGenerator.BezahlCode.Currency, Nullable(DateTime)) Constructor for non-SEPA payments
PayloadGenerator.BezahlCode(PayloadGenerator.BezahlCode.AuthorityType, String, String, String, Decimal, String, Int32, Nullable(DateTime), Nullable(DateTime), String, String, Nullable(DateTime), String, String, PayloadGenerator.BezahlCode.Currency, Nullable(DateTime)) Constructor for SEPA payments
PayloadGenerator.BezahlCode(PayloadGenerator.BezahlCode.AuthorityType, String, String, String, String, String, Decimal, String, Int32, Nullable(DateTime), Nullable(DateTime), String, String, Nullable(DateTime), String, Int32, String, PayloadGenerator.BezahlCode.Currency, Nullable(DateTime), Int32) Generic constructor. Please use specific (non-SEPA or SEPA) constructor

Properties

EccLevel ECCLevel
(Inherited from PayloadGenerator.Payload)
EciMode EciMode
(Inherited from PayloadGenerator.Payload)
Version Version
(Inherited from PayloadGenerator.Payload)

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides PayloadGenerator.Payload.ToString())

See Also

Reference

QRCoder.Core Namespace

Clone this wiki locally