Uses of Class
com.sportradar.mbs.sdk.entities.cancellation.CancelDetails
Packages that use CancelDetails
Package
Description
-
Uses of CancelDetails in com.sportradar.mbs.sdk.entities.cancellation
Subclasses of CancelDetails in com.sportradar.mbs.sdk.entities.cancellationModifier and TypeClassDescriptionclass
Represents the details of a bet cancellation.class
Represents the details of a partial cancellation of a bet.class
Represents the details of a reoffer cancellation.class
Represents the details of a ticket cancellation.class
Represents the details of a partial cancellation of a ticket. -
Uses of CancelDetails in com.sportradar.mbs.sdk.entities.request
Methods in com.sportradar.mbs.sdk.entities.request that return CancelDetailsModifier and TypeMethodDescriptionCancelRequest.getDetails()
Gets the details of the cancellation request.Methods in com.sportradar.mbs.sdk.entities.request with parameters of type CancelDetailsModifier and TypeMethodDescriptionCancelRequest.Builder.setDetails
(CancelDetails value) Sets the details of the cancellation request.void
CancelRequest.setDetails
(CancelDetails value) Sets the details of the cancellation request.