Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Cy

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) ⇒ Cy

Returns a new instance of Cy.



2648
2649
2650
2651
# File 'lib/stripe/resources/tax/registration.rb', line 2648

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2644
2645
2646
# File 'lib/stripe/resources/tax/registration.rb', line 2644

def standard
  @standard
end

#typeObject

Type of registration to be created in an EU country.



2646
2647
2648
# File 'lib/stripe/resources/tax/registration.rb', line 2646

def type
  @type
end