Class CurrencyConversionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.CurrencyConversionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CurrencyConversionCreateParams params) Create a CurrencyConversion.create(CurrencyConversionCreateParams params, RequestOptions options) Create a CurrencyConversion.list()List all CurrencyConversion on an account with the option to filter by FinancialAccount.list(RequestOptions options) List all CurrencyConversion on an account with the option to filter by FinancialAccount.list(CurrencyConversionListParams params) List all CurrencyConversion on an account with the option to filter by FinancialAccount.list(CurrencyConversionListParams params, RequestOptions options) List all CurrencyConversion on an account with the option to filter by FinancialAccount.Retrieve details of a CurrencyConversion by id.retrieve(String id, RequestOptions options) Retrieve details of a CurrencyConversion by id.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CurrencyConversionService
-
-
Method Details
-
list
public StripeCollection<CurrencyConversion> list(CurrencyConversionListParams params) throws StripeException List all CurrencyConversion on an account with the option to filter by FinancialAccount.- Throws:
StripeException
-
list
List all CurrencyConversion on an account with the option to filter by FinancialAccount.- Throws:
StripeException
-
list
List all CurrencyConversion on an account with the option to filter by FinancialAccount.- Throws:
StripeException
-
list
public StripeCollection<CurrencyConversion> list(CurrencyConversionListParams params, RequestOptions options) throws StripeException List all CurrencyConversion on an account with the option to filter by FinancialAccount.- Throws:
StripeException
-
create
public CurrencyConversion create(CurrencyConversionCreateParams params) throws StripeException, FeatureNotEnabledException Create a CurrencyConversion. -
create
public CurrencyConversion create(CurrencyConversionCreateParams params, RequestOptions options) throws StripeException, FeatureNotEnabledException Create a CurrencyConversion. -
retrieve
Retrieve details of a CurrencyConversion by id.- Throws:
StripeException
-
retrieve
Retrieve details of a CurrencyConversion by id.- Throws:
StripeException
-