Payment class

request payment with WeChat. Read the official document for more detail. timestamp is int because timestamp will be mapped to Unit32.

Inheritance

Constructors

Payment({required String appId, required String partnerId, required String prepayId, required String packageValue, required String nonceStr, required int timestamp, required String sign, String? signType, String? extData})

Properties

appId String
final
arguments Map<String, dynamic>
no setter
extData String?
final
hashCode int
The hash code for this object.
no setterinherited
nonceStr String
final
packageValue String
final
partnerId String
final
prepayId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String
final
signType String?
final
timestamp int
final

Methods

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

Operators

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