Class BeneficiaryChargeSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.booking.model.BeneficiaryChargeSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-05T14:53:48.168993328+07:00[Asia/Bangkok]")
public class BeneficiaryChargeSupplierDetails
extends Object
A variable charge can be a fixed amount or a percentage.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of charge -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid BigDecimalA percentage of the total stay amount for an early checkin or late checkoutgetType()The type of chargeinthashCode()percent(BigDecimal percent) voidsetPercent(BigDecimal percent) voidtoString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_PERCENT
- See Also:
-
-
Constructor Details
-
BeneficiaryChargeSupplierDetails
public BeneficiaryChargeSupplierDetails()
-
-
Method Details
-
type
-
getType
The type of charge- Returns:
- type
-
setType
-
percent
-
getPercent
A percentage of the total stay amount for an early checkin or late checkout- Returns:
- percent
-
setPercent
-
equals
-
hashCode
-
toString
-