Package travel.wink.sdk.inventory.model
Class AttractionLocalizedInventoryConsumer
java.lang.Object
travel.wink.sdk.inventory.model.AttractionLocalizedInventoryConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-16T10:19:06.454618511+07:00[Asia/Bangkok]")
public class AttractionLocalizedInventoryConsumer
extends Object
List of property attractions on and off the premises.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceListItem(LocalizedTransactionalTravelInventoryConsumer priceListItem) attraction(AttractionConsumer attraction) channelInventoryIdentifier(UUID channelInventoryIdentifier) commission(Float commission) commissionable(Boolean commissionable) boolean@Valid AttractionConsumerGet attraction@Valid UUIDChannel inventory identifier referencing this record.The commission percentage.Whether this package is commissionable based on the incoming sales channel.Get priceListinthashCode()voidsetAttraction(AttractionConsumer attraction) voidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidtoString()
-
Field Details
-
JSON_PROPERTY_CHANNEL_INVENTORY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_PRICE_LIST
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE
- See Also:
-
JSON_PROPERTY_COMMISSION
- See Also:
-
JSON_PROPERTY_ATTRACTION
- See Also:
-
-
Constructor Details
-
AttractionLocalizedInventoryConsumer
public AttractionLocalizedInventoryConsumer()
-
-
Method Details
-
channelInventoryIdentifier
public AttractionLocalizedInventoryConsumer channelInventoryIdentifier(UUID channelInventoryIdentifier) -
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
priceList
public AttractionLocalizedInventoryConsumer priceList(List<LocalizedTransactionalTravelInventoryConsumer> priceList) -
addPriceListItem
public AttractionLocalizedInventoryConsumer addPriceListItem(LocalizedTransactionalTravelInventoryConsumer priceListItem) -
getPriceList
Get priceList- Returns:
- priceList
-
setPriceList
-
commissionable
-
getCommissionable
Whether this package is commissionable based on the incoming sales channel.- Returns:
- commissionable
-
setCommissionable
-
commission
-
getCommission
The commission percentage.- Returns:
- commission
-
setCommission
-
attraction
-
getAttraction
Get attraction- Returns:
- attraction
-
setAttraction
-
equals
-
hashCode
public int hashCode() -
toString
-