Class ExchangeRateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()
[Deprecated] TheExchangeRate
APIs are deprecated.list
(RequestOptions options) [Deprecated] TheExchangeRate
APIs are deprecated.list
(ExchangeRateListParams params) [Deprecated] TheExchangeRate
APIs are deprecated.list
(ExchangeRateListParams params, RequestOptions options) [Deprecated] TheExchangeRate
APIs are deprecated.[Deprecated] TheExchangeRate
APIs are deprecated.retrieve
(String rateId, RequestOptions options) [Deprecated] TheExchangeRate
APIs are deprecated.retrieve
(String rateId, ExchangeRateRetrieveParams params) [Deprecated] TheExchangeRate
APIs are deprecated.retrieve
(String rateId, ExchangeRateRetrieveParams params, RequestOptions options) [Deprecated] TheExchangeRate
APIs are deprecated.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ExchangeRateService
-
-
Method Details
-
list
[Deprecated] TheExchangeRate
APIs 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] TheExchangeRate
APIs 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] TheExchangeRate
APIs 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] TheExchangeRate
APIs 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] TheExchangeRate
APIs 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] TheExchangeRate
APIs 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] TheExchangeRate
APIs 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] TheExchangeRate
APIs are deprecated. Please use the FX Quotes API instead.Retrieves the exchange rates from the given currency to every supported currency.
- Throws:
StripeException
-