类 ProfitSharingReturnModel
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v2.model.BaseModel
-
- cn.crushes.cloud.core.pay.wechat.v2.model.allocation.ProfitSharingReturnModel
-
public class ProfitSharingReturnModel extends BaseModel
The type Profit sharing return model.- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private Stringappid公众账号ID.private Stringdescriptionprivate StringmchId商户号.private StringorderIdprivate StringoutOrderNoprivate StringoutReturnNoprivate StringreturnAccountprivate StringreturnAccountTypeprivate StringreturnAmount-
从类继承的字段 cn.crushes.cloud.core.pay.wechat.v2.model.BaseModel
HMAC_SHA256
-
-
构造器概要
构造器 构造器 说明 ProfitSharingReturnModel()
-
-
-
字段详细资料
-
mchId
private String mchId
商户号.微信支付分配的商户号
-
appid
private String appid
公众账号ID.微信分配的公众账号ID
-
orderId
private String orderId
-
outOrderNo
private String outOrderNo
-
outReturnNo
private String outReturnNo
-
returnAccountType
private String returnAccountType
-
returnAccount
private String returnAccount
-
returnAmount
private String returnAmount
-
description
private String description
-
-