public class QueryMerchantBalanceRequest extends AbstractModel
Constructor and Description |
---|
QueryMerchantBalanceRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrency()
Get 余额币种
|
String |
getProfile()
Get 接入环境。沙箱环境填sandbox
|
void |
setCurrency(String Currency)
Set 余额币种
|
void |
setProfile(String Profile)
Set 接入环境。沙箱环境填sandbox
|
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 String getCurrency()
public void setCurrency(String Currency)
Currency
- 余额币种public String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填sandboxCopyright © 2020. All rights reserved.