Custom Currency
Represents a custom currency identified by a code. This object can be used to represent:
A currency that is not standardized (e.g., new cryptocurrencies or currencies from unrecognized or partially recognized countries)
A standardized currency with enough minor units (i.e., decimal places) to model amounts like exchange rates and fuel prices
Types
Link copied to clipboard
class CustomCurrencyConfig
Configuration options for a CustomCurrency used by the Currency.custom method.
Link copied to clipboard
Represents the type of CustomCurrency.
Properties
Functions
Link copied to clipboard
Transforms a collection of Number into Money based on this Currency. Calculations using them are rounded using a Rounding strategy configured with RoundingMode.HALF_EVEN.
Link copied to clipboard
Link copied to clipboard
Returns a string representation of the object, including all public properties.
Link copied to clipboard