PaymentFailureNotificationContent class abstract
PaymentFailureNotificationContent
Properties:
- errorFields - Missing or invalid fields that caused the payment error.
- errorMessage - The error message.
- modificationMerchantReference - The
referenceof the capture or refund. - modificationPspReference - The
pspReferenceof the capture or refund. - paymentMerchantReference - The
referenceof the payment. - paymentPspReference - The
pspReferenceof the payment.
- Annotations
-
- @BuiltValue.new()
Constructors
- PaymentFailureNotificationContent([void updates(PaymentFailureNotificationContentBuilder b)])
-
factory
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
referenceof the capture or refund.no setter - modificationPspReference → String?
-
The
pspReferenceof the capture or refund.no setter - paymentMerchantReference → String?
-
The
referenceof the payment.no setter - paymentPspReference → String?
-
The
pspReferenceof 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