Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Za

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/tax/registration.rb

Defined Under Namespace

Classes: Standard

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(standard: nil, type: nil) ⇒ Za

Returns a new instance of Za.



2538
2539
2540
2541
# File 'lib/stripe/resources/tax/registration.rb', line 2538

def initialize(standard: nil, type: nil)
  @standard = standard
  @type = type
end

Instance Attribute Details

#standardObject

Options for the standard registration.



2534
2535
2536
# File 'lib/stripe/resources/tax/registration.rb', line 2534

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2536
2537
2538
# File 'lib/stripe/resources/tax/registration.rb', line 2536

def type
  @type
end