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)
Provides conversion capabilities for multiple conversions in one call by picking the best possible exchange rate
that is applicable.
|
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. |
Modifier and Type | Method and Description |
---|---|
BulkNonFixedRateConversionResult |
BulkNonFixedRateConversionResult.BulkNonFixedRateConversionResultBuilder.build()
The build method for BulkNonFixedRateConversionResult.
|
Copyright © 2021 SAP SE. All rights reserved.