Package com.stripe.service.reporting
Class ReportTypeService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.reporting.ReportTypeService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
Returns a full list of Report Types.list
(RequestOptions options) Returns a full list of Report Types.list
(ReportTypeListParams params) Returns a full list of Report Types.list
(ReportTypeListParams params, RequestOptions options) Returns a full list of Report Types.Retrieves the details of a Report Type.retrieve
(String reportType, RequestOptions options) Retrieves the details of a Report Type.retrieve
(String reportType, ReportTypeRetrieveParams params) Retrieves the details of a Report Type.retrieve
(String reportType, ReportTypeRetrieveParams params, RequestOptions options) Retrieves the details of a Report Type.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReportTypeService
-
-
Method Details
-
list
Returns a full list of Report Types.- Throws:
StripeException
-
list
Returns a full list of Report Types.- Throws:
StripeException
-
list
Returns a full list of Report Types.- Throws:
StripeException
-
list
public StripeCollection<ReportType> list(ReportTypeListParams params, RequestOptions options) throws StripeException Returns a full list of Report Types.- Throws:
StripeException
-
retrieve
public ReportType retrieve(String reportType, ReportTypeRetrieveParams params) throws StripeException Retrieves the details of a Report Type. (Certain report types require a live-mode API key.)- Throws:
StripeException
-
retrieve
Retrieves the details of a Report Type. (Certain report types require a live-mode API key.)- Throws:
StripeException
-
retrieve
Retrieves the details of a Report Type. (Certain report types require a live-mode API key.)- Throws:
StripeException
-
retrieve
public ReportType retrieve(String reportType, ReportTypeRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of a Report Type. (Certain report types require a live-mode API key.)- Throws:
StripeException
-