public class AlipayFundTransBatchCreatesinglebatchModel extends AlipayObject
| Constructor and Description |
|---|
AlipayFundTransBatchCreatesinglebatchModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchMemo()
Gets batch memo.
|
String |
getBizType()
Gets biz type.
|
String |
getCreateUserId()
Gets create user id.
|
String |
getExtParam()
Gets ext param.
|
String |
getPayAmountSingle()
Gets pay amount single.
|
String |
getPayAmountTotal()
Gets pay amount total.
|
String |
getRealItemsTotal()
Gets real items total.
|
String |
getShowItemsTotal()
Gets show items total.
|
void |
setBatchMemo(String batchMemo)
Sets batch memo.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setCreateUserId(String createUserId)
Sets create user id.
|
void |
setExtParam(String extParam)
Sets ext param.
|
void |
setPayAmountSingle(String payAmountSingle)
Sets pay amount single.
|
void |
setPayAmountTotal(String payAmountTotal)
Sets pay amount total.
|
void |
setRealItemsTotal(String realItemsTotal)
Sets real items total.
|
void |
setShowItemsTotal(String showItemsTotal)
Sets show items total.
|
public AlipayFundTransBatchCreatesinglebatchModel()
public String getBatchMemo()
public void setBatchMemo(String batchMemo)
batchMemo - the batch memopublic String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic String getCreateUserId()
public void setCreateUserId(String createUserId)
createUserId - the create user idpublic String getExtParam()
public void setExtParam(String extParam)
extParam - the ext parampublic String getPayAmountSingle()
public void setPayAmountSingle(String payAmountSingle)
payAmountSingle - the pay amount singlepublic String getPayAmountTotal()
public void setPayAmountTotal(String payAmountTotal)
payAmountTotal - the pay amount totalpublic String getRealItemsTotal()
public void setRealItemsTotal(String realItemsTotal)
realItemsTotal - the real items totalpublic String getShowItemsTotal()
public void setShowItemsTotal(String showItemsTotal)
showItemsTotal - the show items totalCopyright © 2018. All rights reserved.