RefundFundsTransferRequest class abstract

RefundFundsTransferRequest

Properties:

  • amount - The amount to be transferred.
  • 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.
Annotations
  • @BuiltValue.new()

Constructors

RefundFundsTransferRequest([void updates(RefundFundsTransferRequestBuilder b)])
factory

Properties

amount Amount
The amount to be transferred.
no setter
hashCode int
The hash code for this object.
no setterinherited
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(RefundFundsTransferRequestBuilder)) RefundFundsTransferRequest
Rebuilds the instance.
inherited
toBuilder() RefundFundsTransferRequestBuilder
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<RefundFundsTransferRequest>
no setter