Package travel.wink.sdk.inventory.model
Class MeetingRoomLocalizedInventoryConsumer
java.lang.Object
travel.wink.sdk.inventory.model.MeetingRoomLocalizedInventoryConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-13T15:18:47.710949329+07:00[Asia/Bangkok]")
public class MeetingRoomLocalizedInventoryConsumer
extends Object
List of property meeting rooms on and off the premises.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceListItem(LocalizedTransactionalTravelInventoryConsumer priceListItem) channelInventoryIdentifier(UUID channelInventoryIdentifier) commission(Float commission) commissionable(Boolean commissionable) boolean@Valid UUIDChannel inventory identifier referencing this record.The commission percentage.Whether this package is commissionable based on the incoming sales channel.@Valid MeetingRoomConsumerGet meetingRoomGet priceListinthashCode()meetingRoom(MeetingRoomConsumer meetingRoom) voidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidsetMeetingRoom(MeetingRoomConsumer meetingRoom) voidtoString()
-
Field Details
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_PRICE_LIST
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE
- See Also:
-
JSON_PROPERTY_COMMISSION
- See Also:
-
JSON_PROPERTY_MEETING_ROOM
- See Also:
-
-
Constructor Details
-
MeetingRoomLocalizedInventoryConsumer
public MeetingRoomLocalizedInventoryConsumer()
-
-
Method Details
-
channelInventoryIdentifier
public MeetingRoomLocalizedInventoryConsumer channelInventoryIdentifier(UUID channelInventoryIdentifier) -
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
priceList
public MeetingRoomLocalizedInventoryConsumer priceList(List<LocalizedTransactionalTravelInventoryConsumer> priceList) -
addPriceListItem
public MeetingRoomLocalizedInventoryConsumer addPriceListItem(LocalizedTransactionalTravelInventoryConsumer priceListItem) -
getPriceList
Get priceList- Returns:
- priceList
-
setPriceList
-
commissionable
-
getCommissionable
Whether this package is commissionable based on the incoming sales channel.- Returns:
- commissionable
-
setCommissionable
-
commission
-
getCommission
The commission percentage.- Returns:
- commission
-
setCommission
-
meetingRoom
-
getMeetingRoom
Get meetingRoom- Returns:
- meetingRoom
-
setMeetingRoom
-
equals
-
hashCode
public int hashCode() -
toString
-