Class ManagedByEntitySupplier
java.lang.Object
travel.wink.sdk.affiliate.model.ManagedByEntitySupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-04T20:44:47.458177582+07:00[Asia/Bangkok]")
public class ManagedByEntitySupplier
extends Object
If another company entity is managing this property, on behalf of the property, it can be specified here and the managing entity would be applicable a management fee on every booking.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommissionInPercent(BigDecimal commissionInPercent) boolean@NotNull @Valid BigDecimalAgency commission@NotNull StringEntity identifier@NotNull StringgetName()Name of entity@Valid ManagedByEntityRulesSuppliergetRules()Get rulesgetValid()Whether managing entity is eligible a commission.inthashCode()identifier(String identifier) voidsetCommissionInPercent(BigDecimal commissionInPercent) voidsetIdentifier(String identifier) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_COMMISSION_IN_PERCENT
- See Also:
-
JSON_PROPERTY_RULES
- See Also:
-
JSON_PROPERTY_VALID
- See Also:
-
-
Constructor Details
-
ManagedByEntitySupplier
public ManagedByEntitySupplier() -
ManagedByEntitySupplier
-
-
Method Details
-
identifier
-
getIdentifier
-
setIdentifier
-
name
-
getName
-
setName
-
commissionInPercent
-
getCommissionInPercent
Agency commission- Returns:
- commissionInPercent
-
setCommissionInPercent
-
rules
-
getRules
-
setRules
-
getValid
Whether managing entity is eligible a commission.- Returns:
- valid
-
equals
-
hashCode
-
toString
-