PaymentFailureNotificationContent class abstract

PaymentFailureNotificationContent

Properties:

Annotations
  • @BuiltValue.new()

Properties

errorFields → BuiltList<ErrorFieldType>?
Missing or invalid fields that caused the payment error.
no setter
errorMessage Message?
The error message.
no setter
hashCode int
The hash code for this object.
no setterinherited
modificationMerchantReference String?
The reference of the capture or refund.
no setter
modificationPspReference String?
The pspReference of the capture or refund.
no setter
paymentMerchantReference String?
The reference of the payment.
no setter
paymentPspReference String?
The pspReference of the payment.
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(PaymentFailureNotificationContentBuilder)) PaymentFailureNotificationContent
Rebuilds the instance.
inherited
toBuilder() PaymentFailureNotificationContentBuilder
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<PaymentFailureNotificationContent>
no setter