Uses of Enum Class
travel.wink.payment.model.Account.OwnerTypeEnum
Packages that use Account.OwnerTypeEnum
-
Uses of Account.OwnerTypeEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return Account.OwnerTypeEnumModifier and TypeMethodDescriptionstatic Account.OwnerTypeEnum@NotNull Account.OwnerTypeEnumAccount.getOwnerType()Type of account owner tells us whether ths account is managed by a company or an individual.static Account.OwnerTypeEnumReturns the enum constant of this class with the specified name.static Account.OwnerTypeEnum[]Account.OwnerTypeEnum.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 Account.OwnerTypeEnumModifier and TypeMethodDescriptionAccount.ownerType(Account.OwnerTypeEnum ownerType) voidAccount.setOwnerType(Account.OwnerTypeEnum ownerType)