public class AgentPayDealsRequest extends AbstractModel
Constructor and Description |
---|
AgentPayDealsRequest() |
AgentPayDealsRequest(AgentPayDealsRequest 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 |
getAgentPay()
Get 代付标志,1:代付;0:自付
|
String[] |
getDealNames()
Get 订单号数组
|
String |
getOwnerUin()
Get 订单所有者uin
|
void |
setAgentPay(Long AgentPay)
Set 代付标志,1:代付;0:自付
|
void |
setDealNames(String[] DealNames)
Set 订单号数组
|
void |
setOwnerUin(String OwnerUin)
Set 订单所有者uin
|
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 AgentPayDealsRequest()
public AgentPayDealsRequest(AgentPayDealsRequest source)
public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- 订单所有者uinpublic Long getAgentPay()
public void setAgentPay(Long AgentPay)
AgentPay
- 代付标志,1:代付;0:自付public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames
- 订单号数组Copyright © 2021. All rights reserved.