Class AmountOfMoneyDTO

java.lang.Object
de.aeb.xnsg.logistics.bf.AmountOfMoneyDTO

public class AmountOfMoneyDTO extends Object
An amount of money with a value and an currency ISO code.
  • Field Details

    • value

      @CoreProperty(length=15, scale=2) public BigDecimal value
      The value of the amount of money.

      length=15, scale=2

    • currencyIso

      public String currencyIso
      The three letter ISO code of the currency of the amount of money.

      length=3

  • Constructor Details

    • AmountOfMoneyDTO

      public AmountOfMoneyDTO()
  • Method Details