Package travel.wink.sdk.extranet.model
Class AddOnLocalizedInventorySupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.AddOnLocalizedInventorySupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-24T16:36:44.138518294+07:00[Asia/Bangkok]")
public class AddOnLocalizedInventorySupplierDetails
extends Object
Add-ons that are available with this room configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOn(AddOnSupplierDetails addOn) channelInventoryIdentifier(UUID channelInventoryIdentifier) commission(Float commission) commissionable(Boolean commissionable) boolean@NotNull @Valid AddOnSupplierDetailsgetAddOn()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()voidsetAddOn(AddOnSupplierDetails addOn) voidsetChannelInventoryIdentifier(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
-
AddOnLocalizedInventorySupplierDetails
public AddOnLocalizedInventorySupplierDetails()
-
-
Method Details
-
addOn
-
getAddOn
Get addOn- Returns:
- addOn
-
setAddOn
-
priceList
public AddOnLocalizedInventorySupplierDetails priceList(List<LocalizedTransactionalTravelInventorySupplierDetails> priceList) -
addPriceListItem
public AddOnLocalizedInventorySupplierDetails addPriceListItem(LocalizedTransactionalTravelInventorySupplierDetails priceListItem) -
getPriceList
@Nullable @Valid public @Valid List<LocalizedTransactionalTravelInventorySupplierDetails> getPriceList()Get priceList- Returns:
- priceList
-
setPriceList
-
channelInventoryIdentifier
public AddOnLocalizedInventorySupplierDetails 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
-