public class TaskVoucherBasicInfo extends AlipayObject
| 构造器和说明 |
|---|
TaskVoucherBasicInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLogo() |
String |
getReductionAmount() |
String |
getThresholdAmount() |
Long |
getTotalUsedCount() |
Long |
getUsedCount() |
String |
getVoucherName() |
String |
getVoucherTemplateNo() |
void |
setLogo(String logo) |
void |
setReductionAmount(String reductionAmount) |
void |
setThresholdAmount(String thresholdAmount) |
void |
setTotalUsedCount(Long totalUsedCount) |
void |
setUsedCount(Long usedCount) |
void |
setVoucherName(String voucherName) |
void |
setVoucherTemplateNo(String voucherTemplateNo) |
public String getLogo()
public void setLogo(String logo)
public String getReductionAmount()
public void setReductionAmount(String reductionAmount)
public String getThresholdAmount()
public void setThresholdAmount(String thresholdAmount)
public Long getTotalUsedCount()
public void setTotalUsedCount(Long totalUsedCount)
public Long getUsedCount()
public void setUsedCount(Long usedCount)
public String getVoucherName()
public void setVoucherName(String voucherName)
public String getVoucherTemplateNo()
public void setVoucherTemplateNo(String voucherTemplateNo)
Copyright © 2023. All rights reserved.