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
Returns the value of attribute effective_at.
-
#jurisdiction ⇒ Object
readonly
Returns the value of attribute jurisdiction.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
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)
Returns the value of attribute effective_at.
33 34 35 |
# File 'lib/stripe/resources/tax/form.rb', line 33 def effective_at @effective_at end |
#jurisdiction ⇒ Object (readonly)
Returns the value of attribute jurisdiction.
33 34 35 |
# File 'lib/stripe/resources/tax/form.rb', line 33 def jurisdiction @jurisdiction end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
33 34 35 |
# File 'lib/stripe/resources/tax/form.rb', line 33 def value @value end |