AlipayAuthResult class

Annotations
  • @JsonSerializable(explicitToJson: true, fieldRename: FieldRename.snake)

Constructors

AlipayAuthResult({required bool success, int? resultCode, String? authCode, String? userId})
const
AlipayAuthResult.fromJson(Map<String, dynamic> json)
factory

Properties

authCode String?
final
hashCode int
The hash code for this object.
no setterinherited
resultCode int?
200 业务处理成功,会返回authCode 1005 账户已冻结,如有疑问,请联系支付宝技术支持 202 系统异常,请稍后再试或联系支付宝技术支持
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
final
userId String?
final

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited