Class UpdateCurrencyRateResultDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseItemDTO
de.aeb.xnsg.logistics.bf.UpdateCurrencyRateResultDTO

public class UpdateCurrencyRateResultDTO extends AbstractResponseItemDTO
Messages for this particular item, e.g. for errors or warnings.
The following messageIdentCodes are used:
"INVALID_DATA_ERROR": One of the ident codes send was not recognized by the engine, e.g. an currency code.
"EMPTY_MANDATORY_FIELD" One of the mandatory Fields is empty "LOCK_WARNING" the service or an updated text can not be locked
  • Field Details

    • validFrom

      public DateAndZoneDTO validFrom
      Validity start of the rate.
    • currencyIsoCodeFrom

      public String currencyIsoCodeFrom
      The ISO code of the currency the rate converts from.

      length=3

    • currencyIsoCodeTo

      public String currencyIsoCodeTo
      The ISO code of the currency the rate converts to.

      length=3

  • Constructor Details

    • UpdateCurrencyRateResultDTO

      public UpdateCurrencyRateResultDTO()