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
Methods 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)