public class BatchFundItemAOPModel extends AlipayObject
Constructor and Description |
---|
BatchFundItemAOPModel() |
Modifier and Type | Method and Description |
---|---|
Long |
getBatchNo()
Gets batch no.
|
String |
getDbackRefundtobankProcessingBatchAmount()
Gets dback refundtobank processing batch amount.
|
String |
getDbackRefundtobankSuccessBatchAmount()
Gets dback refundtobank success batch amount.
|
List<FundItemAOPModel> |
getFundItemList()
Gets fund item list.
|
Date |
getGmtBizCreateDate()
Gets gmt biz create date.
|
String |
getOrderId()
Gets order id.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTotalAmountWithServiceFee()
Gets total amount with service fee.
|
void |
setBatchNo(Long batchNo)
Sets batch no.
|
void |
setDbackRefundtobankProcessingBatchAmount(String dbackRefundtobankProcessingBatchAmount)
Sets dback refundtobank processing batch amount.
|
void |
setDbackRefundtobankSuccessBatchAmount(String dbackRefundtobankSuccessBatchAmount)
Sets dback refundtobank success batch amount.
|
void |
setFundItemList(List<FundItemAOPModel> fundItemList)
Sets fund item list.
|
void |
setGmtBizCreateDate(Date gmtBizCreateDate)
Sets gmt biz create date.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTotalAmountWithServiceFee(String totalAmountWithServiceFee)
Sets total amount with service fee.
|
public Long getBatchNo()
public void setBatchNo(Long batchNo)
batchNo
- the batch nopublic String getDbackRefundtobankProcessingBatchAmount()
public void setDbackRefundtobankProcessingBatchAmount(String dbackRefundtobankProcessingBatchAmount)
dbackRefundtobankProcessingBatchAmount
- the dback refundtobank processing batch amountpublic String getDbackRefundtobankSuccessBatchAmount()
public void setDbackRefundtobankSuccessBatchAmount(String dbackRefundtobankSuccessBatchAmount)
dbackRefundtobankSuccessBatchAmount
- the dback refundtobank success batch amountpublic List<FundItemAOPModel> getFundItemList()
public void setFundItemList(List<FundItemAOPModel> fundItemList)
fundItemList
- the fund item listpublic Date getGmtBizCreateDate()
public void setGmtBizCreateDate(Date gmtBizCreateDate)
gmtBizCreateDate
- the gmt biz create datepublic String getOrderId()
public void setOrderId(String orderId)
orderId
- the order idpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getTotalAmountWithServiceFee()
public void setTotalAmountWithServiceFee(String totalAmountWithServiceFee)
totalAmountWithServiceFee
- the total amount with service feeCopyright © 2018. All rights reserved.