Class Amount

java.lang.Object
com.inttegro.money.Amount

public class Amount extends Object
An amount returned by the API, expressed in the currency's smallest unit.
  • Field Details

    • currency

      public Currency currency
    • value

      public Long value
  • Constructor Details

    • Amount

      public Amount()