Package com.stripe.service.radar
Class EarlyFraudWarningService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.radar.EarlyFraudWarningService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
Returns a list of early fraud warnings.list
(RequestOptions options) Returns a list of early fraud warnings.list
(EarlyFraudWarningListParams params) Returns a list of early fraud warnings.list
(EarlyFraudWarningListParams params, RequestOptions options) Returns a list of early fraud warnings.Retrieves the details of an early fraud warning that has previously been created.retrieve
(String earlyFraudWarning, RequestOptions options) Retrieves the details of an early fraud warning that has previously been created.retrieve
(String earlyFraudWarning, EarlyFraudWarningRetrieveParams params) Retrieves the details of an early fraud warning that has previously been created.retrieve
(String earlyFraudWarning, EarlyFraudWarningRetrieveParams params, RequestOptions options) Retrieves the details of an early fraud warning that has previously been created.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
EarlyFraudWarningService
-
-
Method Details
-
list
public StripeCollection<EarlyFraudWarning> list(EarlyFraudWarningListParams params) throws StripeException Returns a list of early fraud warnings.- Throws:
StripeException
-
list
Returns a list of early fraud warnings.- Throws:
StripeException
-
list
Returns a list of early fraud warnings.- Throws:
StripeException
-
list
public StripeCollection<EarlyFraudWarning> list(EarlyFraudWarningListParams params, RequestOptions options) throws StripeException Returns a list of early fraud warnings.- Throws:
StripeException
-
retrieve
public EarlyFraudWarning retrieve(String earlyFraudWarning, EarlyFraudWarningRetrieveParams params) throws StripeException Retrieves the details of an early fraud warning that has previously been created.Please refer to the early fraud warning object reference for more details.
- Throws:
StripeException
-
retrieve
public EarlyFraudWarning retrieve(String earlyFraudWarning, RequestOptions options) throws StripeException Retrieves the details of an early fraud warning that has previously been created.Please refer to the early fraud warning object reference for more details.
- Throws:
StripeException
-
retrieve
Retrieves the details of an early fraud warning that has previously been created.Please refer to the early fraud warning object reference for more details.
- Throws:
StripeException
-
retrieve
public EarlyFraudWarning retrieve(String earlyFraudWarning, EarlyFraudWarningRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an early fraud warning that has previously been created.Please refer to the early fraud warning object reference for more details.
- Throws:
StripeException
-