Object AmountFormat
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public class AmountFormat
-
-
Field Summary
Fields Modifier and Type Field Description public final static AmountFormatINSTANCE
-
Method Summary
Modifier and Type Method Description final static BigDecimaltoBigDecimal(Amount amount)Convert an Amount to its corresponding BigDecimal value. -
-
Method Detail
-
toBigDecimal
final static BigDecimal toBigDecimal(Amount amount)
Convert an Amount to its corresponding BigDecimal value.
- Parameters:
amount- The Amount to be converted.- Returns:
A BigDecimal representation of the Amount.
-
-
-
-