public class PromoTool extends AlipayObject
| 构造器和说明 |
|---|
PromoTool() |
| 限定符和类型 | 方法和说明 |
|---|---|
PointCard |
getPointCard() |
SendRule |
getSendRule() |
String |
getStatus() |
Voucher |
getVoucher() |
String |
getVoucherNo() |
void |
setPointCard(PointCard pointCard) |
void |
setSendRule(SendRule sendRule) |
void |
setStatus(String status) |
void |
setVoucher(Voucher voucher) |
void |
setVoucherNo(String voucherNo) |
public PointCard getPointCard()
public void setPointCard(PointCard pointCard)
public SendRule getSendRule()
public void setSendRule(SendRule sendRule)
public String getStatus()
public void setStatus(String status)
public Voucher getVoucher()
public void setVoucher(Voucher voucher)
public String getVoucherNo()
public void setVoucherNo(String voucherNo)
Copyright © 2020. All rights reserved.