GetExchangeRateResponse Constructor (String, String, Decimal)

Initializes a new instance of the GetExchangeRateResponse class.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
Public Sub New ( _
    fromCurrencyCode As String, _
    toCurrencyCode As String, _
    exchangeRate As Decimal _
)
'Usage
Dim fromCurrencyCode As String
Dim toCurrencyCode As String
Dim exchangeRate As Decimal

Dim instance As New GetExchangeRateResponse(fromCurrencyCode, _
    toCurrencyCode, exchangeRate)
public GetExchangeRateResponse(
    string fromCurrencyCode,
    string toCurrencyCode,
    decimal exchangeRate
)
public:
GetExchangeRateResponse(
    String^ fromCurrencyCode, 
    String^ toCurrencyCode, 
    Decimal exchangeRate
)

Parameters

See Also

Reference

GetExchangeRateResponse Class

GetExchangeRateResponse Overload

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace