Uses of Enum Class
travel.wink.sdk.channel.manager.model.VariableCharge.TypeEnum
Packages that use VariableCharge.TypeEnum
-
Uses of VariableCharge.TypeEnum in travel.wink.sdk.channel.manager.model
Subclasses with type arguments of type VariableCharge.TypeEnum in travel.wink.sdk.channel.manager.modelModifier and TypeClassDescriptionstatic enumWhen the type is FIXED, fixedAmount is required.Methods in travel.wink.sdk.channel.manager.model that return VariableCharge.TypeEnumModifier and TypeMethodDescriptionstatic VariableCharge.TypeEnum@NotNull VariableCharge.TypeEnumVariableCharge.getType()When the type is FIXED, fixedAmount is required.static VariableCharge.TypeEnumReturns the enum constant of this class with the specified name.static VariableCharge.TypeEnum[]VariableCharge.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.channel.manager.model with parameters of type VariableCharge.TypeEnumModifier and TypeMethodDescriptionvoidVariableCharge.setType(VariableCharge.TypeEnum type) VariableCharge.type(VariableCharge.TypeEnum type)