TransferEventTrackingData class abstract
Additional information for the tracking event.
Properties:
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, seereason.type- The type of the tracking event. Possible values: - confirmation: the transfer passed Adyen's internal review.estimatedArrivalTime- The estimated time the beneficiary should have access to the funds.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.
- Annotations
-
- @BuiltValue.new()
Constructors
- TransferEventTrackingData([void updates(TransferEventTrackingDataBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- oneOf → OneOf
-
One Of ConfirmationTrackingData, EstimationTrackingData, InternalReviewTrackingData
no setter
- 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
-
rebuild(
dynamic updates(TransferEventTrackingDataBuilder)) → TransferEventTrackingData -
Rebuilds the instance.
inherited
-
toBuilder(
) → TransferEventTrackingDataBuilder -
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<
TransferEventTrackingData> -
no setter