Package com.stripe.model.tax
Class Form.FilingStatus
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Form.FilingStatus
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Form
For more details about FilingStatus, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Jurisdiction, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTime when the filing status was updated.getValue()The current status of the filed form.inthashCode()voidsetEffectiveAt(Long effectiveAt) Time when the filing status was updated.voidsetJurisdiction(Form.FilingStatus.Jurisdiction jurisdiction) voidThe current status of the filed form.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FilingStatus
public FilingStatus()
-
-
Method Details
-
getEffectiveAt
Time when the filing status was updated. -
getJurisdiction
-
getValue
The current status of the filed form.One of
accepted,filed, orrejected. -
setEffectiveAt
Time when the filing status was updated. -
setJurisdiction
-
setValue
The current status of the filed form.One of
accepted,filed, orrejected. -
equals
-
canEqual
-
hashCode
public int hashCode()
-