PartnerWebhookEreignis class

Die Huelle jeder Zustellung.

type bleibt bewusst ein String und keine Aufzaehlung: ein spaeter ergaenztes Ereignis soll einen laufenden Empfaenger nicht anhalten, sondern in seinem default-Zweig landen.

Constructors

PartnerWebhookEreignis({required String id, required String type, required int createdAt, required String partnerId, required bool test, required Map<String, dynamic> data})
const

Properties

createdAt int
final
data Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
id String
evt_... -- die Kennung, auf die entdoppelt wird.
final
partnerId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
test bool
Probe oder Ernstfall. Eine mit sendPartnerWebhookTest ausgeloeste Zustellung traegt test: true im Umschlag; ein echtes Ereignis fuehrt das Feld gar nicht, hier steht dann false.
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited