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