Uses of Enum Class
io.trippay.sdk.payment.model.RefundRequest.CancelOnRefundEnum
Packages that use RefundRequest.CancelOnRefundEnum
-
Uses of RefundRequest.CancelOnRefundEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return RefundRequest.CancelOnRefundEnumModifier and TypeMethodDescription@NotNull RefundRequest.CancelOnRefundEnumRefundRequest.getCancelOnRefund()Whether to cancel the booking alongside requesting a refund.Returns the enum constant of this class with the specified name.static RefundRequest.CancelOnRefundEnum[]RefundRequest.CancelOnRefundEnum.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.CancelOnRefundEnumModifier and TypeMethodDescriptionRefundRequest.cancelOnRefund(RefundRequest.CancelOnRefundEnum cancelOnRefund) voidRefundRequest.setCancelOnRefund(RefundRequest.CancelOnRefundEnum cancelOnRefund)