Uses of Enum Class
io.trippay.sdk.payment.model.Refund.ReasonTypeEnum
Packages that use Refund.ReasonTypeEnum
-
Uses of Refund.ReasonTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Refund.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 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.model with parameters of type Refund.ReasonTypeEnumModifier and TypeMethodDescriptionRefund.reasonType(Refund.ReasonTypeEnum reasonType) voidRefund.setReasonType(Refund.ReasonTypeEnum reasonType)