ConvertMoneyValuesCommand Class |
This command converts given value from one currency into another.
Inheritance Hierarchy Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class ConvertMoneyValuesCommand : CommandRequest
<SerializableAttribute>
Public Class ConvertMoneyValuesCommand
Inherits CommandRequest
No code example is currently available or this language may not be supported.
The ConvertMoneyValuesCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | TargetCurrencyTypeId |
Currency type into which value will be converted; CurrencyType enumeration.
|
 | Values |
List of money values of type MoneyValue.
|
Top
See Also