AuthorizationCompletionResponse class

授权完成响应

Constructors

AuthorizationCompletionResponse({required TransactionStatus status, double? approvedAmount, String? tpId, HostResponse? host, String? errorMessage})
const
AuthorizationCompletionResponse.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
no setter
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