public class VoucherDisplayInfo extends AlipayObject
| 构造器和说明 |
|---|
VoucherDisplayInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBrandLogo() |
String |
getBrandName() |
String |
getCustomerServiceMobile() |
String |
getCustomerServiceUrl() |
String |
getVoucherComment() |
String |
getVoucherDescription() |
List<String> |
getVoucherDetailImages() |
String |
getVoucherImage() |
void |
setBrandLogo(String brandLogo) |
void |
setBrandName(String brandName) |
void |
setCustomerServiceMobile(String customerServiceMobile) |
void |
setCustomerServiceUrl(String customerServiceUrl) |
void |
setVoucherComment(String voucherComment) |
void |
setVoucherDescription(String voucherDescription) |
void |
setVoucherDetailImages(List<String> voucherDetailImages) |
void |
setVoucherImage(String voucherImage) |
public String getBrandLogo()
public void setBrandLogo(String brandLogo)
public String getBrandName()
public void setBrandName(String brandName)
public String getCustomerServiceMobile()
public void setCustomerServiceMobile(String customerServiceMobile)
public String getCustomerServiceUrl()
public void setCustomerServiceUrl(String customerServiceUrl)
public String getVoucherComment()
public void setVoucherComment(String voucherComment)
public String getVoucherDescription()
public void setVoucherDescription(String voucherDescription)
public String getVoucherImage()
public void setVoucherImage(String voucherImage)
Copyright © 2023. All rights reserved.