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="2023-11-28T12:50:21.575782490+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.Get priceListinthashCode()voidvoidsetChannelInventoryIdentifier(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
-
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
The commission percentage.- Returns:
- commission
-
setCommission
-
equals
-
hashCode
public int hashCode() -
toString
-