PaymentDirty class

Constructors

PaymentDirty()

Properties

appleOrderNo String
苹果内购充值的订单号
no getter
appleSendCount int
苹果内购充值验证次数
no getter
appleSendData String
苹果内购充值验证凭据
no getter
appleSendResult String
苹果内购充值验证结果
no getter
bsid ObjectId
商户id
no getter
customValidCount int
自定义订单验证次数
no getter
customValidData String
自定义订单验证数据
no getter
customValidResult String
自定义订单验证结果
no getter
data Map<String, dynamic>
final
extra DbJsonWraper
自定义数据
no getter
finished bool
订单是否完成
no getter
finishedTime int
订单完成时间
no getter
goods String
商品信息
no getter
hashCode int
The hash code for this object.
no setterinherited
id ObjectId
唯一id
no getter
redpackMsgId ObjectId
发送红包、抢到红包、退回红包订单关联的聊天消息id
no getter
redpackPayId ObjectId
抢到红包关联的发送红包订单id、退回红包关联的发送红包订单id
no getter
redpackReturned bool
发送红包订单是否已完成退回检测
no getter
rmbfen int
RMB金额(分)
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thirdNotify String
第三方充值成功收到的通知数据
no getter
thirdSendData String
第三方充值下单请求的数据
no getter
thirdSendResult String
第三方充值下单请求的结果
no getter
time int
创建时间
no getter
type int
订单类型
no getter
uid ObjectId
所属用户id
no getter

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