public class AlipayCommerceEcCreditWithdrawDisburseModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceEcCreditWithdrawDisburseModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CreditWithdrawApplyInfo> |
getCreditWithdrawApplyInfoList() |
String |
getEnterpriseId() |
String |
getTransAmount() |
String |
getTransSerialNo() |
Date |
getTransTime() |
void |
setCreditWithdrawApplyInfoList(List<CreditWithdrawApplyInfo> creditWithdrawApplyInfoList) |
void |
setEnterpriseId(String enterpriseId) |
void |
setTransAmount(String transAmount) |
void |
setTransSerialNo(String transSerialNo) |
void |
setTransTime(Date transTime) |
public AlipayCommerceEcCreditWithdrawDisburseModel()
public List<CreditWithdrawApplyInfo> getCreditWithdrawApplyInfoList()
public void setCreditWithdrawApplyInfoList(List<CreditWithdrawApplyInfo> creditWithdrawApplyInfoList)
public String getEnterpriseId()
public void setEnterpriseId(String enterpriseId)
public String getTransAmount()
public void setTransAmount(String transAmount)
public String getTransSerialNo()
public void setTransSerialNo(String transSerialNo)
public Date getTransTime()
public void setTransTime(Date transTime)
Copyright © 2024. All rights reserved.