Class ExchangeRateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()[Deprecated] TheExchangeRateAPIs are deprecated.list(RequestOptions options) [Deprecated] TheExchangeRateAPIs are deprecated.list(ExchangeRateListParams params) [Deprecated] TheExchangeRateAPIs are deprecated.list(ExchangeRateListParams params, RequestOptions options) [Deprecated] TheExchangeRateAPIs are deprecated.[Deprecated] TheExchangeRateAPIs are deprecated.retrieve(String rateId, RequestOptions options) [Deprecated] TheExchangeRateAPIs are deprecated.retrieve(String rateId, ExchangeRateRetrieveParams params) [Deprecated] TheExchangeRateAPIs are deprecated.retrieve(String rateId, ExchangeRateRetrieveParams params, RequestOptions options) [Deprecated] TheExchangeRateAPIs are deprecated.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ExchangeRateService
-
-
Method Details
-
list
[Deprecated] TheExchangeRateAPIs are deprecated. Please use the FX Quotes API instead.Returns a list of objects that contain the rates at which foreign currencies are converted to one another. Only shows the currencies for which Stripe supports.
- Throws:
StripeException
-
list
[Deprecated] TheExchangeRateAPIs are deprecated. Please use the FX Quotes API instead.Returns a list of objects that contain the rates at which foreign currencies are converted to one another. Only shows the currencies for which Stripe supports.
- Throws:
StripeException
-
list
[Deprecated] TheExchangeRateAPIs are deprecated. Please use the FX Quotes API instead.Returns a list of objects that contain the rates at which foreign currencies are converted to one another. Only shows the currencies for which Stripe supports.
- Throws:
StripeException
-
list
public StripeCollection<ExchangeRate> list(ExchangeRateListParams params, RequestOptions options) throws StripeException [Deprecated] TheExchangeRateAPIs are deprecated. Please use the FX Quotes API instead.Returns a list of objects that contain the rates at which foreign currencies are converted to one another. Only shows the currencies for which Stripe supports.
- Throws:
StripeException
-
retrieve
public ExchangeRate retrieve(String rateId, ExchangeRateRetrieveParams params) throws StripeException [Deprecated] TheExchangeRateAPIs are deprecated. Please use the FX Quotes API instead.Retrieves the exchange rates from the given currency to every supported currency.
- Throws:
StripeException
-
retrieve
[Deprecated] TheExchangeRateAPIs are deprecated. Please use the FX Quotes API instead.Retrieves the exchange rates from the given currency to every supported currency.
- Throws:
StripeException
-
retrieve
[Deprecated] TheExchangeRateAPIs are deprecated. Please use the FX Quotes API instead.Retrieves the exchange rates from the given currency to every supported currency.
- Throws:
StripeException
-
retrieve
public ExchangeRate retrieve(String rateId, ExchangeRateRetrieveParams params, RequestOptions options) throws StripeException [Deprecated] TheExchangeRateAPIs are deprecated. Please use the FX Quotes API instead.Retrieves the exchange rates from the given currency to every supported currency.
- Throws:
StripeException
-