Uses of Enum Class
travel.wink.payment.model.Account.StatusEnum
Packages that use Account.StatusEnum
-
Uses of Account.StatusEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return Account.StatusEnumModifier and TypeMethodDescriptionstatic Account.StatusEnumAccount.getStatus()Account status shows if it's approvedstatic Account.StatusEnumReturns the enum constant of this class with the specified name.static Account.StatusEnum[]Account.StatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in travel.wink.payment.model with parameters of type Account.StatusEnumModifierConstructorDescriptionAccount(String id, OffsetDateTime createdDate, OffsetDateTime lastUpdate, Long version, Account.StatusEnum status)