Uses of Enum Class
io.trippay.sdk.payment.model.AccountStatusResponse.StatusEnum
Packages that use AccountStatusResponse.StatusEnum
-
Uses of AccountStatusResponse.StatusEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type AccountStatusResponse.StatusEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumAccount status shows if it's approvedMethods in io.trippay.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 io.trippay.sdk.payment.model with parameters of type AccountStatusResponse.StatusEnumModifier and TypeMethodDescriptionvoidAccountStatusResponse.setStatus(AccountStatusResponse.StatusEnum status) AccountStatusResponse.status(AccountStatusResponse.StatusEnum status)