ConfirmationTrackingData class abstract
ConfirmationTrackingData
Properties:
- status - The status of the transfer. Possible values: - credited: the funds are credited to your user's transfer instrument or bank account.- accepted: the request is accepted by the integration.
- type - The type of the tracking event. Possible values: - confirmation: the transfer passed Adyen's internal review.
- Annotations
-
- @BuiltValue.new()
Constructors
- ConfirmationTrackingData([void updates(ConfirmationTrackingDataBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ConfirmationTrackingDataStatusEnum
-
The status of the transfer. Possible values: - credited: the funds are credited to your user's transfer instrument or bank account.- accepted: the request is accepted by the integration.
no setter
- type → ConfirmationTrackingDataTypeEnum
-
The type of the tracking event. Possible values: - confirmation: the transfer passed Adyen's internal review.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ConfirmationTrackingDataBuilder)) → ConfirmationTrackingData -
Rebuilds the instance.
inherited
-
toBuilder(
) → ConfirmationTrackingDataBuilder -
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<
ConfirmationTrackingData> -
no setter