Class: Stripe::Tax::RegistrationCreateParams::CountryOptions::Bd

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

Returns a new instance of Bd.



200
201
202
203
# File 'lib/stripe/params/tax/registration_create_params.rb', line 200

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

Instance Attribute Details

#standardObject

Options for the standard registration.



196
197
198
# File 'lib/stripe/params/tax/registration_create_params.rb', line 196

def standard
  @standard
end

#typeObject

Type of registration to be created in ‘country`.



198
199
200
# File 'lib/stripe/params/tax/registration_create_params.rb', line 198

def type
  @type
end