Uses of Enum Class
travel.wink.payment.model.RawBeneficiary.TypeEnum
Packages that use RawBeneficiary.TypeEnum
-
Uses of RawBeneficiary.TypeEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return RawBeneficiary.TypeEnumModifier and TypeMethodDescriptionstatic RawBeneficiary.TypeEnum@NotNull RawBeneficiary.TypeEnumRawBeneficiary.getType()The type of beneficiary payment.static RawBeneficiary.TypeEnumReturns the enum constant of this class with the specified name.static RawBeneficiary.TypeEnum[]RawBeneficiary.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 RawBeneficiary.TypeEnumModifier and TypeMethodDescriptionvoidRawBeneficiary.setType(RawBeneficiary.TypeEnum type) RawBeneficiary.type(RawBeneficiary.TypeEnum type)