Class: Stripe::Tax::SettingsService::UpdateParams::HeadOffice

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/tax/settings_service.rb

Defined Under Namespace

Classes: Address

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(address: nil) ⇒ HeadOffice

Returns a new instance of HeadOffice.



63
64
65
# File 'lib/stripe/services/tax/settings_service.rb', line 63

def initialize(address: nil)
  @address = address
end

Instance Attribute Details

#addressObject

The location of the business for tax purposes.



61
62
63
# File 'lib/stripe/services/tax/settings_service.rb', line 61

def address
  @address
end