public class MakePriceCards extends AlipayObject
| 构造器和说明 |
|---|
MakePriceCards() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBasePriceCent() |
String |
getExpectPromoPrice() |
Long |
getLowerPromoPrice() |
String |
getProductType() |
Long |
getUpperPromoPrice() |
void |
setBasePriceCent(Long basePriceCent) |
void |
setExpectPromoPrice(String expectPromoPrice) |
void |
setLowerPromoPrice(Long lowerPromoPrice) |
void |
setProductType(String productType) |
void |
setUpperPromoPrice(Long upperPromoPrice) |
public Long getBasePriceCent()
public void setBasePriceCent(Long basePriceCent)
public String getExpectPromoPrice()
public void setExpectPromoPrice(String expectPromoPrice)
public Long getLowerPromoPrice()
public void setLowerPromoPrice(Long lowerPromoPrice)
public String getProductType()
public void setProductType(String productType)
public Long getUpperPromoPrice()
public void setUpperPromoPrice(Long upperPromoPrice)
Copyright © 2023. All rights reserved.