WechatPayEntry class

Constructors

WechatPayEntry.new({required String appId, String? universalLink, required String partnerId, required String prepayId, required String nonceStr, required String timestamp, required String sign})

Properties

appId String
微信app id
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonceStr String
支付随机码
final
partnerId String
支付商户id
final
prepayId String
预支付id(一般指订单id)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String
签名信息
final
timestamp String
当前时间戳(一般由接口返回)
final
与开放平台保持一致(目前仅ios用到)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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