public class HotelTag extends AlipayObject
| 构造器和说明 |
|---|
HotelTag() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getSupportBreakfast() |
Boolean |
getSupportFreeCancel() |
Boolean |
getSupportPrepay() |
Boolean |
getSupportPrepayInvoice() |
Boolean |
getSupportSelfPay() |
Boolean |
getSupportSpecialInvoice() |
void |
setSupportBreakfast(Boolean supportBreakfast) |
void |
setSupportFreeCancel(Boolean supportFreeCancel) |
void |
setSupportPrepay(Boolean supportPrepay) |
void |
setSupportPrepayInvoice(Boolean supportPrepayInvoice) |
void |
setSupportSelfPay(Boolean supportSelfPay) |
void |
setSupportSpecialInvoice(Boolean supportSpecialInvoice) |
public Boolean getSupportBreakfast()
public void setSupportBreakfast(Boolean supportBreakfast)
public Boolean getSupportFreeCancel()
public void setSupportFreeCancel(Boolean supportFreeCancel)
public Boolean getSupportPrepay()
public void setSupportPrepay(Boolean supportPrepay)
public Boolean getSupportPrepayInvoice()
public void setSupportPrepayInvoice(Boolean supportPrepayInvoice)
public Boolean getSupportSelfPay()
public void setSupportSelfPay(Boolean supportSelfPay)
public Boolean getSupportSpecialInvoice()
public void setSupportSpecialInvoice(Boolean supportSpecialInvoice)
Copyright © 2024. All rights reserved.