类 ProfitSharingSModel
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v2.model.BaseModel
-
- cn.crushes.cloud.core.pay.wechat.v2.model.allocation.BaseProfitSharingModel
-
- cn.crushes.cloud.core.pay.wechat.v2.model.allocation.ProfitSharingSModel
-
- 直接已知子类:
MultiProfitSharingSModel
public class ProfitSharingSModel extends BaseProfitSharingModel
The type Profit sharing s model.- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private Stringreceivers分账接收方列表,不超过50个json对象,不能设置分账方作为分账接受方。-
从类继承的字段 cn.crushes.cloud.core.pay.wechat.v2.model.BaseModel
HMAC_SHA256
-
-
构造器概要
构造器 构造器 说明 ProfitSharingSModel()
-
-
-
字段详细资料
-
receivers
private String receivers
分账接收方列表,不超过50个json对象,不能设置分账方作为分账接受方。
-
-