public class Vouchers extends AlipayObject
| 构造器和说明 |
|---|
Vouchers() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAvailableAmount() |
Date |
getGmtActive() |
Date |
getGmtExpired() |
String |
getUseThreshold() |
String |
getVoucherId() |
String |
getVoucherName() |
void |
setAvailableAmount(String availableAmount) |
void |
setGmtActive(Date gmtActive) |
void |
setGmtExpired(Date gmtExpired) |
void |
setUseThreshold(String useThreshold) |
void |
setVoucherId(String voucherId) |
void |
setVoucherName(String voucherName) |
public String getAvailableAmount()
public void setAvailableAmount(String availableAmount)
public Date getGmtActive()
public void setGmtActive(Date gmtActive)
public Date getGmtExpired()
public void setGmtExpired(Date gmtExpired)
public String getUseThreshold()
public void setUseThreshold(String useThreshold)
public String getVoucherId()
public void setVoucherId(String voucherId)
public String getVoucherName()
public void setVoucherName(String voucherName)
Copyright © 2024. All rights reserved.