Class: Stripe::Tax::SettingsUpdateParams::HeadOffice

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/tax/settings_update_params.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.



53
54
55
# File 'lib/stripe/params/tax/settings_update_params.rb', line 53

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

Instance Attribute Details

#addressObject

The location of the business for tax purposes.



51
52
53
# File 'lib/stripe/params/tax/settings_update_params.rb', line 51

def address
  @address
end