Uses of Enum Class
travel.wink.sdk.payment.model.AccountStatusResponse.StatusEnum
Packages that use AccountStatusResponse.StatusEnum
-
Uses of AccountStatusResponse.StatusEnum in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return AccountStatusResponse.StatusEnumModifier and TypeMethodDescription@NotNull AccountStatusResponse.StatusEnumAccountStatusResponse.getStatus()Account status shows if it's approvedReturns the enum constant of this class with the specified name.static AccountStatusResponse.StatusEnum[]AccountStatusResponse.StatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.payment.model with parameters of type AccountStatusResponse.StatusEnumModifier and TypeMethodDescriptionvoidAccountStatusResponse.setStatus(AccountStatusResponse.StatusEnum status) AccountStatusResponse.status(AccountStatusResponse.StatusEnum status)