RefundFundsTransferNotificationContent class abstract
RefundFundsTransferNotificationContent
Properties:
- amount - The amount to be refunded.
- invalidFields - Invalid fields list.
- merchantReference - A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.
- originalReference - A PSP reference of the original fund transfer.
- status - The status of the fund transfer refund.
- Annotations
-
- @BuiltValue.new()
Constructors
- RefundFundsTransferNotificationContent([void updates(RefundFundsTransferNotificationContentBuilder b)])
-
factory
Properties
- amount → Amount
-
The amount to be refunded.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
invalidFields
→ BuiltList<
ErrorFieldType> ? -
Invalid fields list.
no setter
- merchantReference → String?
-
A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.
no setter
- originalReference → String
-
A PSP reference of the original fund transfer.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → OperationStatus?
-
The status of the fund transfer refund.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(RefundFundsTransferNotificationContentBuilder)) → RefundFundsTransferNotificationContent -
Rebuilds the instance.
inherited
-
toBuilder(
) → RefundFundsTransferNotificationContentBuilder -
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<
RefundFundsTransferNotificationContent> -
no setter