Class Form.NzMrdp

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Form.NzMrdp
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Form

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

    • NzMrdp

      public NzMrdp()
  • Method Details

    • getReportingPeriodEndDate

      public String getReportingPeriodEndDate()
      End date of the period represented by the information reported on the tax form.
    • getReportingPeriodStartDate

      public String getReportingPeriodStartDate()
      Start date of the period represented by the information reported on the tax form.
    • setReportingPeriodEndDate

      public void setReportingPeriodEndDate(String reportingPeriodEndDate)
      End date of the period represented by the information reported on the tax form.
    • setReportingPeriodStartDate

      public void setReportingPeriodStartDate(String reportingPeriodStartDate)
      Start date of the period represented by the information reported on the tax form.
    • 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