Package travel.wink.sdk.inventory.model
Class SalesChannelInfoNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.inventory.model.SalesChannelInfoNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-23T16:39:09.255618197+07:00[Asia/Bangkok]")
public class SalesChannelInfoNonAuthenticatedEntity
extends Object
Sales channel that owns this booking
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelDiscountPercent(Float channelDiscountPercent) commissionPercent(Float commissionPercent) booleanA percent discount the property gave the sales channel.A percent commission the property gave the sales channel.@NotNull StringgetName()Name of sales channelinthashCode()voidsetChannelDiscountPercent(Float channelDiscountPercent) voidsetCommissionPercent(Float commissionPercent) voidtoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CHANNEL_DISCOUNT_PERCENT
- See Also:
-
JSON_PROPERTY_COMMISSION_PERCENT
- See Also:
-
-
Constructor Details
-
SalesChannelInfoNonAuthenticatedEntity
public SalesChannelInfoNonAuthenticatedEntity()
-
-
Method Details
-
name
-
getName
-
setName
-
channelDiscountPercent
-
getChannelDiscountPercent
A percent discount the property gave the sales channel. Value between 0.0 - 1.0.- Returns:
- channelDiscountPercent
-
setChannelDiscountPercent
-
commissionPercent
-
getCommissionPercent
A percent commission the property gave the sales channel. Value between 0.0 - 1.0.- Returns:
- commissionPercent
-
setCommissionPercent
-
equals
-
hashCode
-
toString
-