Class: Stripe::Tax::Registration::CreateParams::CountryOptions::Bd

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

Returns a new instance of Bd.



2405
2406
2407
2408
# File 'lib/stripe/resources/tax/registration.rb', line 2405

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

Instance Attribute Details

#standardObject

Options for the standard registration.



2401
2402
2403
# File 'lib/stripe/resources/tax/registration.rb', line 2401

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



2403
2404
2405
# File 'lib/stripe/resources/tax/registration.rb', line 2403

def type
  @type
end