Uses of Enum Class
travel.wink.sdk.affiliate.model.RatePlanLateCheckOutCharge.TypeEnum
Packages that use RatePlanLateCheckOutCharge.TypeEnum
-
Uses of RatePlanLateCheckOutCharge.TypeEnum in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return RatePlanLateCheckOutCharge.TypeEnumModifier and TypeMethodDescription@NotNull RatePlanLateCheckOutCharge.TypeEnumRatePlanLateCheckOutCharge.getType()When the type is FIXED, fixedAmount is required.Returns the enum constant of this class with the specified name.static RatePlanLateCheckOutCharge.TypeEnum[]RatePlanLateCheckOutCharge.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.affiliate.model with parameters of type RatePlanLateCheckOutCharge.TypeEnumModifier and TypeMethodDescriptionvoidRatePlanLateCheckOutCharge.setType(RatePlanLateCheckOutCharge.TypeEnum type) RatePlanLateCheckOutCharge.type(RatePlanLateCheckOutCharge.TypeEnum type)