Class Money


  • public class Money
    extends Object
    An object giving details on currency code and the amount charged.
    Since:
    1.0
    • Constructor Detail

      • Money

        public Money​(String currencyCode,
                     Double amount)
        Parameters:
        currencyCode - The 3-letter currency code defined in ISO 4217.
        amount - The amount. There are no guarantees on the precision unless documented by the message origin. The amount cannot be updated and is read-only.