InternalReviewTrackingData class abstract

InternalReviewTrackingData

Properties:

  • reason - The reason why the transfer failed Adyen's internal review. Possible values: - refusedForRegulatoryReasons: the transfer does not comply with Adyen's risk policy. For more information, contact the Support Team.
  • status - The status of the transfer. Possible values: - pending: the transfer is under internal review by Adyen. - failed: the transfer failed Adyen's internal review. For details, see reason.
  • type - The type of tracking event. Possible values: - internalReview: the transfer was flagged because it does not comply with Adyen's risk policy.
Annotations
  • @BuiltValue.new()

Constructors

InternalReviewTrackingData([void updates(InternalReviewTrackingDataBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
reason InternalReviewTrackingDataReasonEnum?
The reason why the transfer failed Adyen's internal review. Possible values: - refusedForRegulatoryReasons: the transfer does not comply with Adyen's risk policy. For more information, contact the Support Team.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status InternalReviewTrackingDataStatusEnum
The status of the transfer. Possible values: - pending: the transfer is under internal review by Adyen. - failed: the transfer failed Adyen's internal review. For details, see reason.
no setter
type InternalReviewTrackingDataTypeEnum
The type of tracking event. Possible values: - internalReview: the transfer was flagged because it does not comply with Adyen's risk policy.
no setter

Methods

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