TokenizationUpdatedDetailsNotificationRequest class abstract

TokenizationUpdatedDetailsNotificationRequest

Properties:

  • createdAt - The date and time when the event happened, in ISO 8601 extended format.
  • data - Contains event details.
  • environment - The environment from which the webhook originated. Possible values: test, live.
  • eventId - The PSP reference of the event that triggered the webhook.
  • type - The type of webhook.
  • version - The version of this entity.
Annotations
  • @BuiltValue.new()

Properties

createdAt DateTime
The date and time when the event happened, in ISO 8601 extended format.
no setter
data RecurringTokenStoreOperation
Contains event details.
no setter
environment TokenizationUpdatedDetailsNotificationRequestEnvironmentEnum
The environment from which the webhook originated. Possible values: test, live.
no setter
eventId String
The PSP reference of the event that triggered the webhook.
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
type TokenizationUpdatedDetailsNotificationRequestTypeEnum
The type of webhook.
no setter
version String?
The version of this entity.
no setter

Methods

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