PaymentDirty class

Constructors

PaymentDirty()

Properties

activeRechargeNotifyCount int
主动型充值订单支付后的异步通知次数
no getter
activeRechargeNotifyResult List<DbJsonWraper>
主动型充值订单支付后的异步通知结果列表
no getter
activeRechargeOrderData DbJsonWraper
主动型充值订单下单时的请求数据
no getter
activeRechargeOrderResult DbJsonWraper
主动型充值订单下单时的请求结果
no getter
bonusesPending List
分红的等待创建订单的用户id
no getter
bonusesRmbfen List<int>
分红的RMB金额列表
no getter
bonusesUids List
分红的用户id列表
no getter
bsid ← dynamic
商户id
no getter
cashoutAccountNo String
提现账户号码
no getter
cashoutAccountTp String
提现账户类型
no getter
cashoutActualRmbfen int
提现扣除手续费后实际到账
no getter
data Map<String, dynamic>
final
describe String
订单描述信息
no getter
extra DbJsonWraper
自定义数据
no getter
hashCode int
The hash code for this object.
no setterinherited
id ← dynamic
唯一id
no getter
notice Message
订单资金事务执行到一定步骤时,要推送的通知消息的数据
no getter
passiveRechargeOrderNo String
被动型充值订单的远程订单号码
no getter
passiveRechargeOrderReceipt DbJsonWraper
被动型充值订单的远程验证凭据
no getter
passiveRechargeVerifyCount int
被动型充值订单的远程验证次数
no getter
passiveRechargeVerifyResult List<DbJsonWraper>
被动型充值订单的远程验证结果列表
no getter
paygoods PayGoods
订单创建时关联的商品数据(充值订单商品、虚拟货币商品)
no getter
relation ← dynamic
订单创建时关联的原始对象id(各种红包订单关联的原始红包消息id、各种分红订单关联的原始交易订单id)
no getter
rmbfen int
订单资金事务的RMB金额,即uid用户的rmbfen增加或减少该值
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state int
订单资金事务的处理状态
no getter
substate int
订单子事务的处理状态(提现订单转资金到提现账户的处理状态、虚拟交易订单交易事务的处理状态)
no getter
time int
创建时间
no getter
trans List
未完成的事务列表
no getter
type int
订单类型
no getter
uid ← dynamic
所属用户id
no getter
update int
订单更新时间
no getter
virtualCustomXId ← dynamic
虚拟货币充值的到账对象id、虚拟商品购买的商品对象id
no getter
virtualCustomXNo int
虚拟货币充值的到账集合序号、 虚拟商品购买的商品集合序号
no getter
virtualValueMode bool
是否为虚拟货币充值
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