Class UpdateCurrencyRateTableRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.logistics.bf.UpdateCurrencyRateTableRequestDTO

public class UpdateCurrencyRateTableRequestDTO extends AbstractRequestDTO
  • Field Details

    • currencyRateTableIdentCode

      public String currencyRateTableIdentCode
      The abbreviation of the rate table of the rate.

      length=10

    • rates

      public UpdateCurrencyRateDTO[] rates
      The current block of currency rates to transfer.
      The rates are identified with the rateId and will be created, updated or deleted
      Transfer block size should not exceed 100 rates.
  • Constructor Details

    • UpdateCurrencyRateTableRequestDTO

      public UpdateCurrencyRateTableRequestDTO()