Class: Stripe::Tax::Registration::CountryOptions::Us

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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_taxObject (readonly)

Attribute for field local_amusement_tax



612
613
614
# File 'lib/stripe/resources/tax/registration.rb', line 612

def local_amusement_tax
  @local_amusement_tax
end

#local_lease_taxObject (readonly)

Attribute for field local_lease_tax



614
615
616
# File 'lib/stripe/resources/tax/registration.rb', line 614

def local_lease_tax
  @local_lease_tax
end

#stateObject (readonly)

Two-letter US state code ([ISO 3166-2](en.wikipedia.org/wiki/ISO_3166-2)).



616
617
618
# File 'lib/stripe/resources/tax/registration.rb', line 616

def state
  @state
end

#state_sales_taxObject (readonly)

Attribute for field state_sales_tax



618
619
620
# File 'lib/stripe/resources/tax/registration.rb', line 618

def state_sales_tax
  @state_sales_tax
end

#typeObject (readonly)

Type of registration in the US.



620
621
622
# File 'lib/stripe/resources/tax/registration.rb', line 620

def type
  @type
end