public class ExchangeVoucher extends AlipayObject
| 构造器和说明 |
|---|
ExchangeVoucher() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAmount() |
String |
getBizType() |
String |
getCustomerServiceMobile() |
String |
getCustomerServiceUrl() |
String |
getFloorAmount() |
Boolean |
getOverdueRefundable() |
String |
getPayeePid() |
Boolean |
getRefundable() |
String |
getSaleAmount() |
String |
getSettleType() |
String |
getVoucherDetailUrl() |
String |
getVoucherName() |
void |
setAmount(String amount) |
void |
setBizType(String bizType) |
void |
setCustomerServiceMobile(String customerServiceMobile) |
void |
setCustomerServiceUrl(String customerServiceUrl) |
void |
setFloorAmount(String floorAmount) |
void |
setOverdueRefundable(Boolean overdueRefundable) |
void |
setPayeePid(String payeePid) |
void |
setRefundable(Boolean refundable) |
void |
setSaleAmount(String saleAmount) |
void |
setSettleType(String settleType) |
void |
setVoucherDetailUrl(String voucherDetailUrl) |
void |
setVoucherName(String voucherName) |
public String getAmount()
public void setAmount(String amount)
public String getBizType()
public void setBizType(String bizType)
public String getCustomerServiceMobile()
public void setCustomerServiceMobile(String customerServiceMobile)
public String getCustomerServiceUrl()
public void setCustomerServiceUrl(String customerServiceUrl)
public String getFloorAmount()
public void setFloorAmount(String floorAmount)
public Boolean getOverdueRefundable()
public void setOverdueRefundable(Boolean overdueRefundable)
public String getPayeePid()
public void setPayeePid(String payeePid)
public Boolean getRefundable()
public void setRefundable(Boolean refundable)
public String getSaleAmount()
public void setSaleAmount(String saleAmount)
public String getSettleType()
public void setSettleType(String settleType)
public String getVoucherDetailUrl()
public void setVoucherDetailUrl(String voucherDetailUrl)
public String getVoucherName()
public void setVoucherName(String voucherName)
Copyright © 2023. All rights reserved.