Class: Stripe::Tax::Settings::UpdateParams::HeadOffice
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Tax::Settings::UpdateParams::HeadOffice
- Defined in:
- lib/stripe/resources/tax/settings.rb
Defined Under Namespace
Classes: Address
Instance Attribute Summary collapse
-
#address ⇒ Object
The location of the business for tax purposes.
Instance Method Summary collapse
-
#initialize(address: nil) ⇒ HeadOffice
constructor
A new instance of HeadOffice.
Methods inherited from RequestParams
Constructor Details
#initialize(address: nil) ⇒ HeadOffice
Returns a new instance of HeadOffice.
112 113 114 |
# File 'lib/stripe/resources/tax/settings.rb', line 112 def initialize(address: nil) @address = address end |
Instance Attribute Details
#address ⇒ Object
The location of the business for tax purposes.
110 111 112 |
# File 'lib/stripe/resources/tax/settings.rb', line 110 def address @address end |