Package travel.wink.sdk.lookup.model
Class AddOnLocalizedInventoryConsumer
java.lang.Object
travel.wink.sdk.lookup.model.AddOnLocalizedInventoryConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-04T14:50:52.244825801+07:00[Asia/Bangkok]")
public class AddOnLocalizedInventoryConsumer
extends Object
Add-ons that are available with this room configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOn(AddOnConsumer addOn) addPriceListItem(LocalizedTransactionalTravelInventoryConsumer priceListItem) channelInventoryIdentifier(UUID channelInventoryIdentifier) commission(Float commission) commissionable(Boolean commissionable) boolean@NotNull @Valid AddOnConsumergetAddOn()Get addOn@Valid UUIDChannel inventory identifier referencing this record.The commission percentage.Whether this package is commissionable based on the incoming sales channel.Get priceListinthashCode()voidsetAddOn(AddOnConsumer addOn) voidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidtoString()
-
Field Details
-
JSON_PROPERTY_ADD_ON
- See Also:
-
JSON_PROPERTY_PRICE_LIST
- See Also:
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE
- See Also:
-
JSON_PROPERTY_COMMISSION
- See Also:
-
-
Constructor Details
-
AddOnLocalizedInventoryConsumer
public AddOnLocalizedInventoryConsumer()
-
-
Method Details
-
addOn
-
getAddOn
Get addOn- Returns:
- addOn
-
setAddOn
-
priceList
public AddOnLocalizedInventoryConsumer priceList(List<LocalizedTransactionalTravelInventoryConsumer> priceList) -
addPriceListItem
public AddOnLocalizedInventoryConsumer addPriceListItem(LocalizedTransactionalTravelInventoryConsumer priceListItem) -
getPriceList
Get priceList- Returns:
- priceList
-
setPriceList
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-