Package com.stripe.service
Class AccountSignalsService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.AccountSignalsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the account’s Signal objects.retrieve(String accountId, RequestOptions options) Retrieves the account’s Signal objects.retrieve(String accountId, AccountSignalsRetrieveParams params) Retrieves the account’s Signal objects.retrieve(String accountId, AccountSignalsRetrieveParams params, RequestOptions options) Retrieves the account’s Signal objects.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountSignalsService
-
-
Method Details
-
retrieve
public AccountSignals retrieve(String accountId, AccountSignalsRetrieveParams params) throws StripeException Retrieves the account’s Signal objects.- Throws:
StripeException
-
retrieve
Retrieves the account’s Signal objects.- Throws:
StripeException
-
retrieve
Retrieves the account’s Signal objects.- Throws:
StripeException
-
retrieve
public AccountSignals retrieve(String accountId, AccountSignalsRetrieveParams params, RequestOptions options) throws StripeException Retrieves the account’s Signal objects.- Throws:
StripeException
-