Click or drag to resize
ConvertMoneyValuesCommand Class
This command converts given value from one currency into another.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsConvertMoneyValuesCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ConvertMoneyValuesCommand : CommandRequest

The ConvertMoneyValuesCommand type exposes the following members.

Properties
  NameDescription
Public propertyTargetCurrencyTypeId
Currency type into which value will be converted; CurrencyType enumeration.
Public propertyValues
List of money values of type MoneyValue.
Top
See Also