Class ReportRun.ResultOptions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.ReportRun.ResultOptions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReportRun

public static class ReportRun.ResultOptions extends StripeObject
For more details about ResultOptions, please refer to the API Reference.
  • Constructor Details

    • ResultOptions

      public ResultOptions()
  • Method Details

    • getCompressFile

      public Boolean getCompressFile()
      If set, the generated report file will be compressed into a ZIP folder. This is useful for reducing file size and download time for large reports.
    • setCompressFile

      public void setCompressFile(Boolean compressFile)
      If set, the generated report file will be compressed into a ZIP folder. This is useful for reducing file size and download time for large reports.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object