public class AgentPayDealsRequest extends AbstractModel
| 构造器和说明 |
|---|
AgentPayDealsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAgentPay()
Get 代付标志,1:代付;0:自付
|
String[] |
getDealNames()
Get 订单号数组
|
String |
getOwnerUin()
Get 订单所有者uin
|
void |
setAgentPay(Integer 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, toJsonStringpublic String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - 订单所有者uinpublic Integer getAgentPay()
public void setAgentPay(Integer AgentPay)
AgentPay - 代付标志,1:代付;0:自付public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames - 订单号数组Copyright © 2020. All rights reserved.