Class ExchangeRateUpdateContract
Represents an update of an exchange rate
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class ExchangeRateUpdateContract : Object
Name | Description |
---|---|
ExchangeRateUpdateContract() |
Fields
Name | Description |
---|---|
CompanyNumber | Company number |
CompanyNumberSpecified | Consider the field |
Currency | Currency |
CurrencySpecified | Consider the field |
ExternalSystemId | Extern system ID |
ExternalSystemIdSpecified | Consider the field |
Factor | Factor. Currently not in use |
FactorSpecified | Consider the field |
Field1 | Field 1. Field for individual customer use |
Field1Specified | Consider the field |
Field2 | Field 2. Field for individual customer use |
Field2Specified | Consider the field |
Field3 | Field 3. Field for individual customer use |
Field3Specified | Consider the field |
Field4 | Field 4. Field for individual customer use |
Field4Specified | Consider the field |
Field5 | Field 5. Field for individual customer use |
Field5Specified | Consider the field |
Field6 | Field 6. Field for individual customer use |
Field6Specified | Consider the field |
Field7 | Field 7. Field for individual customer use |
Field7Specified | Consider the field |
Field8 | Field 8. Field for individual customer use |
Field8Specified | Consider the field |
Field9 | Field 9. Field for individual customer use |
Field9Specified | Consider the field |
From | Indicates from when the rate is valid. Date format: yyyy-MM-ddTHH:mm:ss |
FromSpecified | Consider the field |
Rate | Exchange rate. Decimal format: #0.# |
RateSpecified | Consider the field |
Reference | Reference currency |
ReferenceSpecified | Consider the field |
To | Indicates until when the exchange rate is valid. Should be set to From - 1 day of the next following exchange rate. Date format: yyyy-MM-ddTHH:mm:ss |
ToSpecified | Consider the field |
Unit | Unit. Currently not in use |
UnitSpecified | Consider the field |
Update | Indicates what should be done with data, see UpdateEnum |