Class ReportService

java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.reporting.ReportService

public final class ReportService extends ApiService
  • Constructor Details

  • Method Details

    • retrieve

      public Report retrieve(String id) throws StripeException
      Retrieves metadata about a specific Report template, including its name, description, and the parameters it accepts. It's useful for understanding the capabilities and requirements of a particular Report before requesting a ReportRun.
      Throws:
      StripeException
    • retrieve

      public Report retrieve(String id, RequestOptions options) throws StripeException
      Retrieves metadata about a specific Report template, including its name, description, and the parameters it accepts. It's useful for understanding the capabilities and requirements of a particular Report before requesting a ReportRun.
      Throws:
      StripeException