public class AgentTransferMoneyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AgentTransferMoneyRequest() | 
| AgentTransferMoneyRequest(AgentTransferMoneyRequest 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 | getAmount()Get 转账金额,单位分 | 
| String | getClientUin()Get 客户账号ID | 
| void | setAmount(Long Amount)Set 转账金额,单位分 | 
| void | setClientUin(String ClientUin)Set 客户账号ID | 
| 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 AgentTransferMoneyRequest()
public AgentTransferMoneyRequest(AgentTransferMoneyRequest source)
public String getClientUin()
public void setClientUin(String ClientUin)
ClientUin - 客户账号IDpublic Long getAmount()
public void setAmount(Long Amount)
Amount - 转账金额,单位分Copyright © 2025. All rights reserved.