Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 894 Bytes

File metadata and controls

14 lines (10 loc) · 894 Bytes

HubSpot.NET.Model.ExchangeRateResponse

A response to the request for an exchange rate value. It represents the exchange rate from the source currency to the target currency.

Properties

Name Type Description Notes
Result string Designates if the response is a success ('OK') or failure ('ERR').
ExchangeRate decimal The exchange rate between the 2 currencies
SourceCurrencyCode string The ISO 4217 currency code that represents the source currency of the exchange rate.
TargetCurrencyCode string The ISO 4217 currency code that represents the target currency of the exchange rate.

[Back to Model list] [Back to API list] [Back to README]