Class Form.FilingStatus

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

public static class Form.FilingStatus extends StripeObject
  • Constructor Details

    • FilingStatus

      public FilingStatus()
  • Method Details

    • getEffectiveAt

      public Long getEffectiveAt()
      Time when the filing status was updated.
    • getJurisdiction

      public Form.FilingStatus.Jurisdiction getJurisdiction()
    • getValue

      public String getValue()
      The current status of the filed form.

      One of accepted, filed, or rejected.

    • setEffectiveAt

      public void setEffectiveAt(Long effectiveAt)
      Time when the filing status was updated.
    • setJurisdiction

      public void setJurisdiction(Form.FilingStatus.Jurisdiction jurisdiction)
    • setValue

      public void setValue(String value)
      The current status of the filed form.

      One of accepted, filed, or rejected.

    • 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