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 TypeClassDescriptionclassRepresents the details of a bet cancellation.classRepresents the details of a partial cancellation of a bet.classRepresents the details of a reoffer cancellation.classRepresents the details of a ticket cancellation.classRepresents 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.voidCancelRequest.setDetails(CancelDetails value) Sets the details of the cancellation request.