Package | Description |
---|---|
com.sap.cloud.sdk.services.currencyconversion.core |
This package provides the conversion APIs for fixed and non-fixed rates.
|
com.sap.cloud.sdk.services.currencyconversion.datamodel.model |
This package provides models that you can use to send information to the Currency Conversion library.
|
Modifier and Type | Method and Description |
---|---|
BulkNonFixedRateConversionResult |
CurrencyConverter.convertCurrenciesWithNonFixedRate(List<ConversionParametersForNonFixedRate> conversionParameters,
DataAdapter dataAdapter,
OverrideTenantSetting overrideSetting)
Provides conversion capabilities for multiple conversions in one call by overriding the default tenant settings
that are provided by the
DataAdapter and uses the Data Adapter provided in the input to get the required
ExchangeRate s. |
SingleNonFixedRateConversionResult |
CurrencyConverter.convertCurrencyWithNonFixedRate(ConversionParametersForNonFixedRate param,
DataAdapter dataAdapter,
OverrideTenantSetting overrideSetting)
Provides conversion capabilities for one conversion in one call by picking the best possible exchange rate that
is applicable.
|
Modifier and Type | Method and Description |
---|---|
OverrideTenantSetting |
OverrideTenantSetting.OverrideTenantSettingBuilder.build() |
Copyright © 2021 SAP SE. All rights reserved.