Package travel.wink.sdk.lookup.model
Class AddOnLocalizedInventoryNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.lookup.model.AddOnLocalizedInventoryNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-12T10:04:47.444513762+07:00[Asia/Bangkok]")
public class AddOnLocalizedInventoryNonAuthenticatedEntity
extends Object
Add-ons that are available with this room configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOn(AddOnNonAuthenticatedEntity addOn) channelInventoryIdentifier(UUID channelInventoryIdentifier) commission(Float commission) commissionable(Boolean commissionable) boolean@NotNull @Valid AddOnNonAuthenticatedEntitygetAddOn()Get addOn@Valid UUIDChannel inventory identifier referencing this record.The commission percentage.Whether this package is commissionable based on the incoming sales channel.@NotNull BooleanIndicates whether the inventory from sales channel is direct or not.Get priceListinthashCode()voidvoidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidvoidtoString()
-
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:
-
JSON_PROPERTY_DIRECT
- See Also:
-
-
Constructor Details
-
AddOnLocalizedInventoryNonAuthenticatedEntity
public AddOnLocalizedInventoryNonAuthenticatedEntity()
-
-
Method Details
-
addOn
-
getAddOn
Get addOn- Returns:
- addOn
-
setAddOn
-
priceList
public AddOnLocalizedInventoryNonAuthenticatedEntity priceList(List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> priceList) -
addPriceListItem
public AddOnLocalizedInventoryNonAuthenticatedEntity addPriceListItem(LocalizedTransactionalTravelInventoryNonAuthenticatedEntity priceListItem) -
getPriceList
@Nullable @Valid public @Valid List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> getPriceList()Get priceList- Returns:
- priceList
-
setPriceList
public void setPriceList(List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> priceList) -
channelInventoryIdentifier
public AddOnLocalizedInventoryNonAuthenticatedEntity 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
-
setCommission
-
direct
-
getDirect
Indicates whether the inventory from sales channel is direct or not. If you are a travel agent doing your own acquiring, this flag has to be true to make a booking.- Returns:
- direct
-
setDirect
-
equals
-
hashCode
-
toString
-