BaseEventRequest class

Base class for requests that can contain event information. This event information is used when sending Webhooks or emails during the transaction. The caller is responsible for ensuring that the event information is correct.

@author Brian Pontarelli

Implementers
Annotations
  • @JsonSerializable()

Constructors

BaseEventRequest({EventInfo eventInfo})
BaseEventRequest.fromJson(Map<String, dynamic> json)
factory

Properties

eventInfo EventInfo
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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