public class KoubeiTradeOrderConsultModel extends AlipayObject
| Constructor and Description |
|---|
KoubeiTradeOrderConsultModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApdidToken()
Gets apdid token.
|
List<GoodsInfo> |
getGoodsInfo()
Gets goods info.
|
String |
getRequestId()
Gets request id.
|
String |
getShopId()
Gets shop id.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getUndiscountableAmount()
Gets undiscountable amount.
|
String |
getUserId()
Gets user id.
|
void |
setApdidToken(String apdidToken)
Sets apdid token.
|
void |
setGoodsInfo(List<GoodsInfo> goodsInfo)
Sets goods info.
|
void |
setRequestId(String requestId)
Sets request id.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setUndiscountableAmount(String undiscountableAmount)
Sets undiscountable amount.
|
void |
setUserId(String userId)
Sets user id.
|
public String getApdidToken()
public void setApdidToken(String apdidToken)
apdidToken - the apdid tokenpublic void setGoodsInfo(List<GoodsInfo> goodsInfo)
goodsInfo - the goods infopublic String getRequestId()
public void setRequestId(String requestId)
requestId - the request idpublic String getShopId()
public void setShopId(String shopId)
shopId - the shop idpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getUndiscountableAmount()
public void setUndiscountableAmount(String undiscountableAmount)
undiscountableAmount - the undiscountable amountpublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.