Uses of Enum Class
travel.wink.payment.model.Beneficiary.TypeEnum
Packages that use Beneficiary.TypeEnum
-
Uses of Beneficiary.TypeEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return Beneficiary.TypeEnumModifier and TypeMethodDescriptionstatic Beneficiary.TypeEnum@NotNull Beneficiary.TypeEnumBeneficiary.getType()The type of beneficiary payment.static Beneficiary.TypeEnumReturns the enum constant of this class with the specified name.static Beneficiary.TypeEnum[]Beneficiary.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.payment.model with parameters of type Beneficiary.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiary.setType(Beneficiary.TypeEnum type) Beneficiary.type(Beneficiary.TypeEnum type)