Uses of Class
com.sportradar.mbs.sdk.entities.common.Amount.Builder
Packages that use Amount.Builder
-
Uses of Amount.Builder in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return Amount.BuilderModifier and TypeMethodDescriptionstatic Amount.BuilderAmount.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.