Uses of Class
com.sportradar.mbs.sdk.entities.cancellation.CancelDetails
Package
Description
-
Uses of CancelDetails in com.sportradar.mbs.sdk.entities.cancellation
Modifier 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
Modifier and TypeMethodDescriptionCancelRequest.getDetails()
Gets the details of the cancellation request.Modifier 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.