public class BookPromoInfo extends AlipayObject
| 构造器和说明 |
|---|
BookPromoInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDiscountPrice() |
Date |
getEndTime() |
String |
getPromoType() |
Date |
getStartTime() |
void |
setDiscountPrice(String discountPrice) |
void |
setEndTime(Date endTime) |
void |
setPromoType(String promoType) |
void |
setStartTime(Date startTime) |
public String getDiscountPrice()
public void setDiscountPrice(String discountPrice)
public Date getEndTime()
public void setEndTime(Date endTime)
public String getPromoType()
public void setPromoType(String promoType)
public Date getStartTime()
public void setStartTime(Date startTime)
Copyright © 2023. All rights reserved.