public class OpenBankProfitShareInfo extends AbstractModel
Constructor and Description |
---|
OpenBankProfitShareInfo() |
OpenBankProfitShareInfo(OpenBankProfitShareInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getProfitShareFee()
Get 分润金额,单位分
|
String |
getRecvId()
Get 分润接收方,渠道商户号ID
|
void |
setProfitShareFee(Long ProfitShareFee)
Set 分润金额,单位分
|
void |
setRecvId(String RecvId)
Set 分润接收方,渠道商户号ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OpenBankProfitShareInfo()
public OpenBankProfitShareInfo(OpenBankProfitShareInfo source)
public String getRecvId()
public void setRecvId(String RecvId)
RecvId
- 分润接收方,渠道商户号IDpublic Long getProfitShareFee()
public void setProfitShareFee(Long ProfitShareFee)
ProfitShareFee
- 分润金额,单位分Copyright © 2022. All rights reserved.