Uses of Enum Class
io.trippay.sdk.payment.acquiring.model.Refund.ReasonTypeEnum
Packages that use Refund.ReasonTypeEnum
-
Uses of Refund.ReasonTypeEnum in io.trippay.sdk.payment.acquiring.model
Methods in io.trippay.sdk.payment.acquiring.model that return Refund.ReasonTypeEnumModifier and TypeMethodDescriptionstatic Refund.ReasonTypeEnum@NotNull Refund.ReasonTypeEnumRefund.getReasonType()A description of the refund that can be displayed to bookerstatic Refund.ReasonTypeEnumReturns the enum constant of this class with the specified name.static Refund.ReasonTypeEnum[]Refund.ReasonTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trippay.sdk.payment.acquiring.model with parameters of type Refund.ReasonTypeEnumModifier and TypeMethodDescriptionRefund.reasonType(Refund.ReasonTypeEnum reasonType) voidRefund.setReasonType(Refund.ReasonTypeEnum reasonType)