public class TemplateEvoucherDTO extends AlipayObject
| 构造器和说明 |
|---|
TemplateEvoucherDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
TemplateEInfoDTO |
getEinfo() |
String |
getEndDate() |
List<TemplateOperationDTO> |
getOperations() |
String |
getPassSubType() |
String |
getProduct() |
TemplateProfitDTO |
getProfit() |
TemplateRemindDTO |
getRemindInfo() |
TemplateSecondaryOperationDTO |
getSecondaryOperation() |
String |
getStartDate() |
String |
getTitle() |
String |
getType() |
void |
setEinfo(TemplateEInfoDTO einfo) |
void |
setEndDate(String endDate) |
void |
setOperations(List<TemplateOperationDTO> operations) |
void |
setPassSubType(String passSubType) |
void |
setProduct(String product) |
void |
setProfit(TemplateProfitDTO profit) |
void |
setRemindInfo(TemplateRemindDTO remindInfo) |
void |
setSecondaryOperation(TemplateSecondaryOperationDTO secondaryOperation) |
void |
setStartDate(String startDate) |
void |
setTitle(String title) |
void |
setType(String type) |
public TemplateEInfoDTO getEinfo()
public void setEinfo(TemplateEInfoDTO einfo)
public String getEndDate()
public void setEndDate(String endDate)
public List<TemplateOperationDTO> getOperations()
public void setOperations(List<TemplateOperationDTO> operations)
public String getPassSubType()
public void setPassSubType(String passSubType)
public String getProduct()
public void setProduct(String product)
public TemplateProfitDTO getProfit()
public void setProfit(TemplateProfitDTO profit)
public TemplateRemindDTO getRemindInfo()
public void setRemindInfo(TemplateRemindDTO remindInfo)
public TemplateSecondaryOperationDTO getSecondaryOperation()
public void setSecondaryOperation(TemplateSecondaryOperationDTO secondaryOperation)
public String getStartDate()
public void setStartDate(String startDate)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.