Package com.stripe.service
Class FxQuoteService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.FxQuoteService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(FxQuoteCreateParams params) Creates an FX Quote object.create
(FxQuoteCreateParams params, RequestOptions options) Creates an FX Quote object.list()
Returns a list of FX quotes that have been issued.list
(RequestOptions options) Returns a list of FX quotes that have been issued.list
(FxQuoteListParams params) Returns a list of FX quotes that have been issued.list
(FxQuoteListParams params, RequestOptions options) Returns a list of FX quotes that have been issued.Retrieve an FX Quote object.retrieve
(String id, RequestOptions options) Retrieve an FX Quote object.retrieve
(String id, FxQuoteRetrieveParams params) Retrieve an FX Quote object.retrieve
(String id, FxQuoteRetrieveParams params, RequestOptions options) Retrieve an FX Quote object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
FxQuoteService
-
-
Method Details
-
list
Returns a list of FX quotes that have been issued. The FX quotes are returned in sorted order, with the most recent FX quotes appearing first.- Throws:
StripeException
-
list
Returns a list of FX quotes that have been issued. The FX quotes are returned in sorted order, with the most recent FX quotes appearing first.- Throws:
StripeException
-
list
Returns a list of FX quotes that have been issued. The FX quotes are returned in sorted order, with the most recent FX quotes appearing first.- Throws:
StripeException
-
list
public StripeCollection<FxQuote> list(FxQuoteListParams params, RequestOptions options) throws StripeException Returns a list of FX quotes that have been issued. The FX quotes are returned in sorted order, with the most recent FX quotes appearing first.- Throws:
StripeException
-
create
Creates an FX Quote object.- Throws:
StripeException
-
create
Creates an FX Quote object.- Throws:
StripeException
-
retrieve
Retrieve an FX Quote object.- Throws:
StripeException
-
retrieve
Retrieve an FX Quote object.- Throws:
StripeException
-
retrieve
Retrieve an FX Quote object.- Throws:
StripeException
-
retrieve
public FxQuote retrieve(String id, FxQuoteRetrieveParams params, RequestOptions options) throws StripeException Retrieve an FX Quote object.- Throws:
StripeException
-