public class QueryPayerInfoRequest extends AbstractModel
Constructor and Description |
---|
QueryPayerInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getPayerId()
Get 付款人ID
|
String |
getProfile()
Get 接入环境。沙箱环境填sandbox
|
void |
setPayerId(String PayerId)
Set 付款人ID
|
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 getPayerId()
public void setPayerId(String PayerId)
PayerId
- 付款人IDpublic String getProfile()
public void setProfile(String Profile)
Profile
- 接入环境。沙箱环境填sandboxCopyright © 2020. All rights reserved.