Class: Stripe::Tax::Registration::CountryOptions::Us
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Tax::Registration::CountryOptions::Us
- Defined in:
- lib/stripe/resources/tax/registration.rb
Defined Under Namespace
Classes: LocalAmusementTax, LocalLeaseTax, StateSalesTax
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#local_amusement_tax ⇒ Object
readonly
Returns the value of attribute local_amusement_tax.
-
#local_lease_tax ⇒ Object
readonly
Returns the value of attribute local_lease_tax.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#state_sales_tax ⇒ Object
readonly
Returns the value of attribute state_sales_tax.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
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
#local_amusement_tax ⇒ Object (readonly)
Returns the value of attribute local_amusement_tax.
365 366 367 |
# File 'lib/stripe/resources/tax/registration.rb', line 365 def local_amusement_tax @local_amusement_tax end |
#local_lease_tax ⇒ Object (readonly)
Returns the value of attribute local_lease_tax.
365 366 367 |
# File 'lib/stripe/resources/tax/registration.rb', line 365 def local_lease_tax @local_lease_tax end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
365 366 367 |
# File 'lib/stripe/resources/tax/registration.rb', line 365 def state @state end |
#state_sales_tax ⇒ Object (readonly)
Returns the value of attribute state_sales_tax.
365 366 367 |
# File 'lib/stripe/resources/tax/registration.rb', line 365 def state_sales_tax @state_sales_tax end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
365 366 367 |
# File 'lib/stripe/resources/tax/registration.rb', line 365 def type @type end |