Package travel.wink.sdk.inventory.model
Class SpaLocalizedInventoryConsumer
java.lang.Object
travel.wink.sdk.inventory.model.SpaLocalizedInventoryConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-26T14:37:25.342074502+07:00[Asia/Bangkok]")
public class SpaLocalizedInventoryConsumer
extends Object
List of property spas on and off the premises.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceListItem(LocalizedTransactionalTravelInventoryConsumer priceListItem) channelInventoryIdentifier(UUID channelInventoryIdentifier) commission(Float commission) commissionable(Boolean commissionable) boolean@Valid UUIDChannel inventory identifier referencing this record.The commission percentage.Whether this package is commissionable based on the incoming sales channel.Get priceList@Valid SpaConsumergetSpa()Get spainthashCode()voidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidvoidsetSpa(SpaConsumer spa) spa(SpaConsumer spa) toString()
-
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_SPA
- See Also:
-
-
Constructor Details
-
SpaLocalizedInventoryConsumer
public SpaLocalizedInventoryConsumer()
-
-
Method Details
-
channelInventoryIdentifier
-
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
priceList
public SpaLocalizedInventoryConsumer priceList(List<LocalizedTransactionalTravelInventoryConsumer> priceList) -
addPriceListItem
public SpaLocalizedInventoryConsumer 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
-
spa
-
getSpa
Get spa- Returns:
- spa
-
setSpa
-
equals
-
hashCode
public int hashCode() -
toString
-