Uses of Class
com.sportradar.mbs.sdk.entities.common.Amount.Builder
-
Uses of Amount.Builder in com.sportradar.mbs.sdk.entities.common
Modifier and TypeMethodDescriptionstatic Amount.Builder
Amount.newBuilder()
Returns a new instance of the Amount.Builder class.Amount.Builder.setCurrency
(String value) Sets the currency value of the amount being built.Amount.Builder.setValue
(BigDecimal value) Sets the numeric value of the amount being built.