ReturnTransferResponse class abstract
ReturnTransferResponse
Properties:
- id - The unique identifier of the return.
- reference - Your internal reference for the return.
- status - The resulting status of the return. Possible values: Authorised, Declined.
- transferId - The unique identifier of the original transfer.
- Annotations
-
- @BuiltValue.new()
Constructors
- ReturnTransferResponse([void updates(ReturnTransferResponseBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the return.
no setter
- reference → String?
-
Your internal reference for the return.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ReturnTransferResponseStatusEnum?
-
The resulting status of the return. Possible values: Authorised, Declined.
no setter
- transferId → String?
-
The unique identifier of the original transfer.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ReturnTransferResponseBuilder)) → ReturnTransferResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → ReturnTransferResponseBuilder -
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<
ReturnTransferResponse> -
no setter