Uses of Enum Class
travel.wink.payment.model.RawBeneficiary.IdentifierTypeEnum
Packages that use RawBeneficiary.IdentifierTypeEnum
-
Uses of RawBeneficiary.IdentifierTypeEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return RawBeneficiary.IdentifierTypeEnumModifier and TypeMethodDescription@NotNull RawBeneficiary.IdentifierTypeEnumRawBeneficiary.getIdentifierType()The identifierType tells us what type of identifier this isReturns the enum constant of this class with the specified name.static RawBeneficiary.IdentifierTypeEnum[]RawBeneficiary.IdentifierTypeEnum.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.IdentifierTypeEnumModifier and TypeMethodDescriptionRawBeneficiary.identifierType(RawBeneficiary.IdentifierTypeEnum identifierType) voidRawBeneficiary.setIdentifierType(RawBeneficiary.IdentifierTypeEnum identifierType)