AuthorizationWithTokenResponse class
使用 Token 授权响应
Constructors
- AuthorizationWithTokenResponse({required TransactionStatus status, double? approvedAmount, String? tpId, HostResponse? host, String? errorMessage})
-
const
-
AuthorizationWithTokenResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
- approvedAmount → double?
-
Approved amount
final
- errorMessage → String?
-
Error message if any
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → HostResponse?
-
Host response
final
- isApproved → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TransactionStatus
-
交易状态
final
- tpId → String?
-
Transaction 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