Class ExchangeRateContract
Represents an exchange rate
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class ExchangeRateContract : Object
Name | Description |
---|---|
ExchangeRateContract() |
Fields
Name | Description |
---|---|
CompanyNumber | Company number |
CreationPoint | Creation time. Date format: yyyy-MM-ddTHH:mm:ss |
Currency | Currency |
ExternalSystemId | Extern system ID |
Factor | Factor. Currently not in use |
Field1 | Field 1. Field for individual customer use |
Field2 | Field 2. Field for individual customer use |
Field3 | Field 3. Field for individual customer use |
Field4 | Field 4. Field for individual customer use |
Field5 | Field 5. Field for individual customer use |
Field6 | Field 6. Field for individual customer use |
Field7 | Field 7. Field for individual customer use |
Field8 | Field 8. Field for individual customer use |
Field9 | Field 9. Field for individual customer use |
From | Indicates from when the rate is valid. Date format: yyyy-MM-ddTHH:mm:ss |
IsEdited | Is this object in process |
Rate | Exchange rate. Decimal format: #0.# |
Reference | Reference currency |
SequentialId | Unique ID of the data row, which remains the same during processing until saved or logged off |
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 |
Unit | Unit. Currently not in use |