Class AddOnLocalizedInventoryNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.AddOnLocalizedInventoryNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:20:31.141212618+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class AddOnLocalizedInventoryNonAuthenticatedEntity
extends Object
AddOnLocalizedInventoryNonAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceListItem(Object priceListItem) channelInventoryIdentifier(UUID channelInventoryIdentifier) commission(Float commission) commissionable(Boolean commissionable) boolean@NotNull @Valid AddOnLightweightNonAuthenticatedEntitygetAddOn()The original add-on record created by the property.@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 blocking from sales channel is direct or not.Get priceListinthashCode()voidvoidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidvoidsetPriceList(List<Object> priceList) toString()
-
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
public AddOnLocalizedInventoryNonAuthenticatedEntity addOn(@Nonnull AddOnLightweightNonAuthenticatedEntity addOn) -
getAddOn
The original add-on record created by the property.- Returns:
- addOn
-
setAddOn
-
priceList
-
addPriceListItem
-
getPriceList
-
setPriceList
-
channelInventoryIdentifier
public AddOnLocalizedInventoryNonAuthenticatedEntity channelInventoryIdentifier(@Nullable UUID channelInventoryIdentifier) -
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
commissionable
public AddOnLocalizedInventoryNonAuthenticatedEntity commissionable(@Nullable Boolean commissionable) -
getCommissionable
Whether this package is commissionable based on the incoming sales channel.- Returns:
- commissionable
-
setCommissionable
-
commission
-
getCommission
-
setCommission
-
direct
-
getDirect
Indicates whether the blocking 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
-