RefundExternalTransactionRequest class
A request to refund an existing external transaction.
Constructors
- RefundExternalTransactionRequest({FullRefund? fullRefund, PartialRefund? partialRefund, String? refundTime})
- RefundExternalTransactionRequest.fromJson(Map json_)
Properties
- fullRefund ↔ FullRefund?
-
A full-amount refund.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- partialRefund ↔ PartialRefund?
-
A partial refund.
getter/setter pair
- refundTime ↔ String?
-
The time that the transaction was refunded.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited