public class QueryPayerInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryPayerInfoRequest() | 
| QueryPayerInfoRequest(QueryPayerInfoRequest 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 | 
|---|---|
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryPayerInfoRequest()
public QueryPayerInfoRequest(QueryPayerInfoRequest source)
public String getPayerId()
public void setPayerId(String PayerId)
PayerId - 付款人IDpublic String getProfile()
public void setProfile(String Profile)
Profile - 接入环境。沙箱环境填sandboxCopyright © 2025. All rights reserved.