public class VoucherVO extends AlipayObject
| 构造器和说明 |
|---|
VoucherVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGmtActive() |
String |
getGmtExpired() |
String |
getName() |
String |
getThresholdAmount() |
String |
getTotalAmount() |
String |
getVoucherId() |
String |
getVoucherTemplateId() |
void |
setGmtActive(String gmtActive) |
void |
setGmtExpired(String gmtExpired) |
void |
setName(String name) |
void |
setThresholdAmount(String thresholdAmount) |
void |
setTotalAmount(String totalAmount) |
void |
setVoucherId(String voucherId) |
void |
setVoucherTemplateId(String voucherTemplateId) |
public String getGmtActive()
public void setGmtActive(String gmtActive)
public String getGmtExpired()
public void setGmtExpired(String gmtExpired)
public String getName()
public void setName(String name)
public String getThresholdAmount()
public void setThresholdAmount(String thresholdAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public String getVoucherId()
public void setVoucherId(String voucherId)
public String getVoucherTemplateId()
public void setVoucherTemplateId(String voucherTemplateId)
Copyright © 2020. All rights reserved.