Uses of Enum Class
io.trippay.sdk.payment.model.Refund.StatusTypeEnum
Packages that use Refund.StatusTypeEnum
-
Uses of Refund.StatusTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Refund.StatusTypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return Refund.StatusTypeEnumModifier and TypeMethodDescriptionstatic Refund.StatusTypeEnum@NotNull Refund.StatusTypeEnumRefund.getStatusType()Status of the refundstatic Refund.StatusTypeEnumReturns the enum constant of this class with the specified name.static Refund.StatusTypeEnum[]Refund.StatusTypeEnum.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 Refund.StatusTypeEnumModifier and TypeMethodDescriptionvoidRefund.setStatusType(Refund.StatusTypeEnum statusType) Refund.statusType(Refund.StatusTypeEnum statusType)