Package de.aeb.xnsg.logistics.bf
Class UpdateCurrencyRateTableRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.logistics.bf.UpdateCurrencyRateTableRequestDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe abbreviation of the rate table of the rate.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.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currencyRateTableIdentCode
The abbreviation of the rate table of the rate.length=10
-
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()
-