RefundWithTokenResponse class
使用 Token 退款响应
Constructors
- RefundWithTokenResponse({required TransactionStatus status, required bool isApproved, double? approvedAmount, String? tpId, HostResponse? host, String? errorMessage})
-
const
-
RefundWithTokenResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
- approvedAmount → double?
-
批准金额
final
- errorMessage → String?
-
错误消息
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → HostResponse?
-
主机响应
final
- isApproved → bool
-
退款是否被批准
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TransactionStatus
-
交易状态
final
- tpId → String?
-
交易 tpId
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert to JSON map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited