StandardizedCurrency
Represents a standardized currency. A StandardizedCurrency can be created with an ISO 4217 code (e.g., USD for the United States Dollar, EUR for the Euro, and so on) or with an ISO 24165 (Digital Token Identifier, e.g., 4H95J0R2X for Bitcoin and X9J9K872S for Ethereum) through the Currency.of method.
Inheritors
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
Creates a CustomCurrency based on this instance data.
Link copied to clipboard
Returns a string representation of the object, including all public properties.
Link copied to clipboard