TransactionNotificationRequestV4 class abstract

TransactionNotificationRequestV4

Properties:

  • data - Contains details about the event.
  • environment - The environment from which the webhook originated. Possible values: test, live.
  • timestamp - When the event was queued.
  • type - Type of the webhook.
Annotations
  • @BuiltValue.new()

Properties

data Transaction
Contains details about the event.
no setter
environment String
The environment from which the webhook originated. Possible values: test, live.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
When the event was queued.
no setter
type TransactionNotificationRequestV4TypeEnum?
Type of the webhook.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TransactionNotificationRequestV4Builder)) TransactionNotificationRequestV4
Rebuilds the instance.
inherited
toBuilder() TransactionNotificationRequestV4Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<TransactionNotificationRequestV4>
no setter