Package travel.wink.sdk.inventory.model
Class RestaurantLocalizedInventoryConsumer
java.lang.Object
travel.wink.sdk.inventory.model.RestaurantLocalizedInventoryConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-06T16:58:17.825766235+07:00[Asia/Bangkok]")
public class RestaurantLocalizedInventoryConsumer
extends Object
List of property restaurants 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.getList()Get _listGet priceList@Valid RestaurantConsumerGet restaurantinthashCode()restaurant(RestaurantConsumer restaurant) voidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidvoidvoidsetRestaurant(RestaurantConsumer restaurant) toString()
-
Field Details
-
JSON_PROPERTY_RESTAURANT
- See Also:
-
JSON_PROPERTY_LIST
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE
- See Also:
-
JSON_PROPERTY_COMMISSION
- See Also:
-
JSON_PROPERTY_PRICE_LIST
- See Also:
-
-
Constructor Details
-
RestaurantLocalizedInventoryConsumer
public RestaurantLocalizedInventoryConsumer()
-
-
Method Details
-
restaurant
-
getRestaurant
Get restaurant- Returns:
- restaurant
-
setRestaurant
-
_list
public RestaurantLocalizedInventoryConsumer _list(List<LocalizedTransactionalTravelInventoryConsumer> _list) -
addListItem
public RestaurantLocalizedInventoryConsumer addListItem(LocalizedTransactionalTravelInventoryConsumer _listItem) -
getList
Get _list- Returns:
- _list
-
setList
-
channelInventoryIdentifier
public RestaurantLocalizedInventoryConsumer channelInventoryIdentifier(UUID channelInventoryIdentifier) -
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
commissionable
-
getCommissionable
Whether this package is commissionable based on the incoming sales channel.- Returns:
- commissionable
-
setCommissionable
-
commission
-
getCommission
The commission percentage.- Returns:
- commission
-
setCommission
-
priceList
public RestaurantLocalizedInventoryConsumer priceList(List<LocalizedTransactionalTravelInventoryConsumer> priceList) -
addPriceListItem
public RestaurantLocalizedInventoryConsumer addPriceListItem(LocalizedTransactionalTravelInventoryConsumer priceListItem) -
getPriceList
Get priceList- Returns:
- priceList
-
setPriceList
-
equals
-
hashCode
public int hashCode() -
toString
-