Uses of Enum Class
io.trippay.sdk.payment.model.Refund.RequestTypeEnum
Packages that use Refund.RequestTypeEnum
-
Uses of Refund.RequestTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Refund.RequestTypeEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumThe entity making the refund requestMethods in io.trippay.sdk.payment.model that return Refund.RequestTypeEnumModifier and TypeMethodDescriptionstatic Refund.RequestTypeEnum@NotNull Refund.RequestTypeEnumRefund.getRequestType()The entity making the refund requeststatic Refund.RequestTypeEnumReturns the enum constant of this class with the specified name.static Refund.RequestTypeEnum[]Refund.RequestTypeEnum.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.RequestTypeEnumModifier and TypeMethodDescriptionRefund.requestType(Refund.RequestTypeEnum requestType) voidRefund.setRequestType(Refund.RequestTypeEnum requestType)