Uses of Enum Class
io.trippay.sdk.payment.model.Account.StatusEnum
Packages that use Account.StatusEnum
-
Uses of Account.StatusEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return Account.StatusEnumModifier and TypeMethodDescriptionstatic Account.StatusEnum@NotNull 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.Methods in io.trippay.sdk.payment.model with parameters of type Account.StatusEnumModifier and TypeMethodDescriptionvoidAccount.setStatus(Account.StatusEnum status) Account.status(Account.StatusEnum status)