Uses of Enum Class
io.trippay.sdk.payment.model.RefundRequest.ReasonTypeEnum
Packages that use RefundRequest.ReasonTypeEnum
-
Uses of RefundRequest.ReasonTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type RefundRequest.ReasonTypeEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumA description of the refund that can be displayed to bookerMethods in io.trippay.sdk.payment.model that return RefundRequest.ReasonTypeEnumModifier and TypeMethodDescriptionstatic RefundRequest.ReasonTypeEnum@NotNull RefundRequest.ReasonTypeEnumRefundRequest.getReasonType()A description of the refund that can be displayed to bookerstatic RefundRequest.ReasonTypeEnumReturns the enum constant of this class with the specified name.static RefundRequest.ReasonTypeEnum[]RefundRequest.ReasonTypeEnum.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 RefundRequest.ReasonTypeEnumModifier and TypeMethodDescriptionRefundRequest.reasonType(RefundRequest.ReasonTypeEnum reasonType) voidRefundRequest.setReasonType(RefundRequest.ReasonTypeEnum reasonType)