public class VoucherModifyInfo extends AlipayObject
Constructor and Description |
---|
VoucherModifyInfo() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getSuitableShops()
Gets suitable shops.
|
String |
getVoucherDesc()
Gets voucher desc.
|
String |
getVoucherId()
Gets voucher id.
|
String |
getVoucherName()
Gets voucher name.
|
List<VoucherTermInfo> |
getVoucherTerms()
Gets voucher terms.
|
void |
setSuitableShops(List<String> suitableShops)
Sets suitable shops.
|
void |
setVoucherDesc(String voucherDesc)
Sets voucher desc.
|
void |
setVoucherId(String voucherId)
Sets voucher id.
|
void |
setVoucherName(String voucherName)
Sets voucher name.
|
void |
setVoucherTerms(List<VoucherTermInfo> voucherTerms)
Sets voucher terms.
|
public List<String> getSuitableShops()
public void setSuitableShops(List<String> suitableShops)
suitableShops
- the suitable shopspublic String getVoucherDesc()
public void setVoucherDesc(String voucherDesc)
voucherDesc
- the voucher descpublic String getVoucherId()
public void setVoucherId(String voucherId)
voucherId
- the voucher idpublic String getVoucherName()
public void setVoucherName(String voucherName)
voucherName
- the voucher namepublic List<VoucherTermInfo> getVoucherTerms()
public void setVoucherTerms(List<VoucherTermInfo> voucherTerms)
voucherTerms
- the voucher termsCopyright © 2018. All rights reserved.