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.
103 104 105 |
# File 'lib/stripe/resources/tax/settings.rb', line 103 def initialize(address: nil) @address = address end |
Instance Attribute Details
#address ⇒ Object
The location of the business for tax purposes.
101 102 103 |
# File 'lib/stripe/resources/tax/settings.rb', line 101 def address @address end |