Uses of Enum Class
io.trippay.sdk.payment.model.Refund.CancelOnRefundEnum
Packages that use Refund.CancelOnRefundEnum
-
Uses of Refund.CancelOnRefundEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Refund.CancelOnRefundEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumWhether to cancel the booking alongside requesting a refund.Methods in io.trippay.sdk.payment.model that return Refund.CancelOnRefundEnumModifier and TypeMethodDescriptionstatic Refund.CancelOnRefundEnum@NotNull Refund.CancelOnRefundEnumRefund.getCancelOnRefund()Whether to cancel the booking alongside requesting a refund.static Refund.CancelOnRefundEnumReturns the enum constant of this class with the specified name.static Refund.CancelOnRefundEnum[]Refund.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 Refund.CancelOnRefundEnumModifier and TypeMethodDescriptionRefund.cancelOnRefund(Refund.CancelOnRefundEnum cancelOnRefund) voidRefund.setCancelOnRefund(Refund.CancelOnRefundEnum cancelOnRefund)