Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::De

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

Returns a new instance of De.



483
484
485
486
# File 'lib/stripe/params/tax/registration_create_params.rb', line 483

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

Instance Attribute Details

#standardObject

Options for the standard registration.



479
480
481
# File 'lib/stripe/params/tax/registration_create_params.rb', line 479

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



481
482
483
# File 'lib/stripe/params/tax/registration_create_params.rb', line 481

def type
  @type
end