public class AlipayTradeOrderinfoSyncModel extends AlipayObject
| Constructor and Description |
|---|
AlipayTradeOrderinfoSyncModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizType()
Gets biz type.
|
String |
getOrderBizInfo()
Gets order biz info.
|
String |
getOutRequestNo()
Gets out request no.
|
String |
getTradeNo()
Gets trade no.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setOrderBizInfo(String orderBizInfo)
Sets order biz info.
|
void |
setOutRequestNo(String outRequestNo)
Sets out request no.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic String getOrderBizInfo()
public void setOrderBizInfo(String orderBizInfo)
orderBizInfo - the order biz infopublic String getOutRequestNo()
public void setOutRequestNo(String outRequestNo)
outRequestNo - the out request nopublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade noCopyright © 2018. All rights reserved.