Package travel.wink.sdk.inventory.model
Class PlaceLocalizedInventoryNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.PlaceLocalizedInventoryNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-23T16:39:09.255618197+07:00[Asia/Bangkok]")
public class PlaceLocalizedInventoryNonAuthenticatedEntity
extends Object
List of property places on and off the premises.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelInventoryIdentifier(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.getPlace()Get placeGet priceListinthashCode()voidsetChannelInventoryIdentifier(UUID channelInventoryIdentifier) voidsetCommission(Float commission) voidsetCommissionable(Boolean commissionable) voidvoidtoString()
-
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_PLACE
- See Also:
-
-
Constructor Details
-
PlaceLocalizedInventoryNonAuthenticatedEntity
public PlaceLocalizedInventoryNonAuthenticatedEntity()
-
-
Method Details
-
channelInventoryIdentifier
public PlaceLocalizedInventoryNonAuthenticatedEntity channelInventoryIdentifier(UUID channelInventoryIdentifier) -
getChannelInventoryIdentifier
Channel inventory identifier referencing this record.- Returns:
- channelInventoryIdentifier
-
setChannelInventoryIdentifier
-
priceList
public PlaceLocalizedInventoryNonAuthenticatedEntity priceList(List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> priceList) -
addPriceListItem
public PlaceLocalizedInventoryNonAuthenticatedEntity addPriceListItem(LocalizedTransactionalTravelInventoryNonAuthenticatedEntity priceListItem) -
getPriceList
@Nullable @Valid public @Valid List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> getPriceList()Get priceList- Returns:
- priceList
-
setPriceList
public void setPriceList(List<LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> priceList) -
commissionable
-
getCommissionable
Whether this package is commissionable based on the incoming sales channel.- Returns:
- commissionable
-
setCommissionable
-
commission
-
getCommission
-
setCommission
-
place
-
getPlace
-
setPlace
-
equals
-
hashCode
-
toString
-