TransferNotificationRequest class abstract

TransferNotificationRequest

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 - The type of webhook.
Annotations
  • @BuiltValue.new()

Constructors

TransferNotificationRequest([void updates(TransferNotificationRequestBuilder b)])
factory

Properties

data TransferData
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 TransferNotificationRequestTypeEnum?
The type of webhook.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TransferNotificationRequestBuilder)) TransferNotificationRequest
Rebuilds the instance.
inherited
toBuilder() TransferNotificationRequestBuilder
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<TransferNotificationRequest>
no setter