ModificationResult class abstract

ModificationResult

Properties:

  • additionalData - This field contains additional data, which may be returned in a particular modification response.
  • pspReference - Adyen's 16-character string reference associated with the transaction/request. This value is globally unique; quote it when communicating with us about this request.
  • response - Indicates if the modification request has been received for processing.
Annotations
  • @BuiltValue.new()

Constructors

ModificationResult([void updates(ModificationResultBuilder b)])
factory

Properties

additionalData → BuiltMap<String, String>?
This field contains additional data, which may be returned in a particular modification response.
no setter
hashCode int
The hash code for this object.
no setterinherited
pspReference String
Adyen's 16-character string reference associated with the transaction/request. This value is globally unique; quote it when communicating with us about this request.
no setter
response ModificationResultResponseEnum
Indicates if the modification request has been received for processing.
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(ModificationResultBuilder)) ModificationResult
Rebuilds the instance.
inherited
toBuilder() ModificationResultBuilder
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<ModificationResult>
no setter