Package com.stripe.service.identity
Class VerificationReportService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.identity.VerificationReportService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
List all verification reports.list
(RequestOptions options) List all verification reports.list
(VerificationReportListParams params) List all verification reports.list
(VerificationReportListParams params, RequestOptions options) List all verification reports.Retrieves an existing VerificationReport.retrieve
(String report, RequestOptions options) Retrieves an existing VerificationReport.retrieve
(String report, VerificationReportRetrieveParams params) Retrieves an existing VerificationReport.retrieve
(String report, VerificationReportRetrieveParams params, RequestOptions options) Retrieves an existing VerificationReport.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
VerificationReportService
-
-
Method Details
-
list
public StripeCollection<VerificationReport> list(VerificationReportListParams params) throws StripeException List all verification reports.- Throws:
StripeException
-
list
List all verification reports.- Throws:
StripeException
-
list
List all verification reports.- Throws:
StripeException
-
list
public StripeCollection<VerificationReport> list(VerificationReportListParams params, RequestOptions options) throws StripeException List all verification reports.- Throws:
StripeException
-
retrieve
public VerificationReport retrieve(String report, VerificationReportRetrieveParams params) throws StripeException Retrieves an existing VerificationReport.- Throws:
StripeException
-
retrieve
Retrieves an existing VerificationReport.- Throws:
StripeException
-
retrieve
Retrieves an existing VerificationReport.- Throws:
StripeException
-
retrieve
public VerificationReport retrieve(String report, VerificationReportRetrieveParams params, RequestOptions options) throws StripeException Retrieves an existing VerificationReport.- Throws:
StripeException
-