ScheduleAccountUpdaterResult class abstract
ScheduleAccountUpdaterResult
Properties:
- pspReference - Adyen's 16-character unique reference associated with the transaction. This value is globally unique; quote it when communicating with us about this request.
- result - The result of scheduling an Account Updater. If scheduling was successful, this field returns Success; otherwise it contains the error message.
- Annotations
-
- @BuiltValue.new()
Constructors
- ScheduleAccountUpdaterResult([void updates(ScheduleAccountUpdaterResultBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pspReference → String
-
Adyen's 16-character unique reference associated with the transaction. This value is globally unique; quote it when communicating with us about this request.
no setter
- result → String
-
The result of scheduling an Account Updater. If scheduling was successful, this field returns Success; otherwise it contains the error message.
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(ScheduleAccountUpdaterResultBuilder)) → ScheduleAccountUpdaterResult -
Rebuilds the instance.
inherited
-
toBuilder(
) → ScheduleAccountUpdaterResultBuilder -
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<
ScheduleAccountUpdaterResult> -
no setter