Package com.stripe.service.v2.reporting
Class ReportService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.reporting.ReportService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves metadata about a specificReport
template, including its name, description, and the parameters it accepts.retrieve
(String id, RequestOptions options) Retrieves metadata about a specificReport
template, including its name, description, and the parameters it accepts.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReportService
-
-
Method Details
-
retrieve
Retrieves metadata about a specificReport
template, including its name, description, and the parameters it accepts. It's useful for understanding the capabilities and requirements of a particularReport
before requesting aReportRun
.- Throws:
StripeException
-
retrieve
Retrieves metadata about a specificReport
template, including its name, description, and the parameters it accepts. It's useful for understanding the capabilities and requirements of a particularReport
before requesting aReportRun
.- Throws:
StripeException
-