Class: Stripe::Tax::Form::FilingStatus
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Tax::Form::FilingStatus
- Defined in:
- lib/stripe/resources/tax/form.rb
Defined Under Namespace
Classes: Jurisdiction
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#effective_at ⇒ Object
readonly
Time when the filing status was updated.
-
#jurisdiction ⇒ Object
readonly
Attribute for field jurisdiction.
-
#value ⇒ Object
readonly
The current status of the filed form.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#effective_at ⇒ Object (readonly)
Time when the filing status was updated.
53 54 55 |
# File 'lib/stripe/resources/tax/form.rb', line 53 def effective_at @effective_at end |
#jurisdiction ⇒ Object (readonly)
Attribute for field jurisdiction
56 57 58 |
# File 'lib/stripe/resources/tax/form.rb', line 56 def jurisdiction @jurisdiction end |
#value ⇒ Object (readonly)
The current status of the filed form.
59 60 61 |
# File 'lib/stripe/resources/tax/form.rb', line 59 def value @value end |