Package com.stripe.service
Class BalanceService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.BalanceService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionretrieve()
Retrieves the current account balance, based on the authentication that was used to make the request.retrieve
(RequestOptions options) Retrieves the current account balance, based on the authentication that was used to make the request.retrieve
(BalanceRetrieveParams params) Retrieves the current account balance, based on the authentication that was used to make the request.retrieve
(BalanceRetrieveParams params, RequestOptions options) Retrieves the current account balance, based on the authentication that was used to make the request.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
BalanceService
-
-
Method Details
-
retrieve
Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.- Throws:
StripeException
-
retrieve
Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.- Throws:
StripeException
-
retrieve
Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.- Throws:
StripeException
-
retrieve
public Balance retrieve(BalanceRetrieveParams params, RequestOptions options) throws StripeException Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.- Throws:
StripeException
-