public class AlipayCommerceHotelRateplanUploadModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceHotelRateplanUploadModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BookingRule> |
getBookingRules() |
String |
getHotelId() |
Boolean |
getIncrement() |
List<HotelPromotionStaticInfo> |
getPromotionStaticInfoList() |
List<RatePlan> |
getRatePlans() |
List<RefundRule> |
getRefundRules() |
void |
setBookingRules(List<BookingRule> bookingRules) |
void |
setHotelId(String hotelId) |
void |
setIncrement(Boolean increment) |
void |
setPromotionStaticInfoList(List<HotelPromotionStaticInfo> promotionStaticInfoList) |
void |
setRatePlans(List<RatePlan> ratePlans) |
void |
setRefundRules(List<RefundRule> refundRules) |
public List<BookingRule> getBookingRules()
public void setBookingRules(List<BookingRule> bookingRules)
public String getHotelId()
public void setHotelId(String hotelId)
public Boolean getIncrement()
public void setIncrement(Boolean increment)
public List<HotelPromotionStaticInfo> getPromotionStaticInfoList()
public void setPromotionStaticInfoList(List<HotelPromotionStaticInfo> promotionStaticInfoList)
public List<RefundRule> getRefundRules()
public void setRefundRules(List<RefundRule> refundRules)
Copyright © 2024. All rights reserved.