public class SaleProduct extends AlipayObject
| 构造器和说明 |
|---|
SaleProduct() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChannelType() |
String |
getId() |
String |
getMarketPrice() |
ProductProvider |
getProductProvider() |
String |
getSalePrice() |
String |
getStatus() |
void |
setChannelType(String channelType) |
void |
setId(String id) |
void |
setMarketPrice(String marketPrice) |
void |
setProductProvider(ProductProvider productProvider) |
void |
setSalePrice(String salePrice) |
void |
setStatus(String status) |
public String getChannelType()
public void setChannelType(String channelType)
public String getId()
public void setId(String id)
public String getMarketPrice()
public void setMarketPrice(String marketPrice)
public ProductProvider getProductProvider()
public void setProductProvider(ProductProvider productProvider)
public String getSalePrice()
public void setSalePrice(String salePrice)
public String getStatus()
public void setStatus(String status)
Copyright © 2020. All rights reserved.