public class AlipayFundTransBatchCreateorderModel extends AlipayObject
Constructor and Description |
---|
AlipayFundTransBatchCreateorderModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchNo()
Gets batch no.
|
String |
getExtParam()
Gets ext param.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getPayeeId()
Gets payee id.
|
String |
getPayerId()
Gets payer id.
|
String |
getToken()
Gets token.
|
void |
setBatchNo(String batchNo)
Sets batch no.
|
void |
setExtParam(String extParam)
Sets ext param.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setPayeeId(String payeeId)
Sets payee id.
|
void |
setPayerId(String payerId)
Sets payer id.
|
void |
setToken(String token)
Sets token.
|
public AlipayFundTransBatchCreateorderModel()
public String getBatchNo()
public void setBatchNo(String batchNo)
batchNo
- the batch nopublic String getExtParam()
public void setExtParam(String extParam)
extParam
- the ext parampublic String getPayAmount()
public void setPayAmount(String payAmount)
payAmount
- the pay amountpublic String getPayeeId()
public void setPayeeId(String payeeId)
payeeId
- the payee idpublic String getPayerId()
public void setPayerId(String payerId)
payerId
- the payer idpublic String getToken()
public void setToken(String token)
token
- the tokenCopyright © 2018. All rights reserved.