Class: Stripe::AccountCreateParams::Capabilities::CardPayments::Protections

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/account_create_params.rb

Defined Under Namespace

Classes: PspMigration

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(psp_migration: nil) ⇒ Protections

Returns a new instance of Protections.



315
316
317
# File 'lib/stripe/params/account_create_params.rb', line 315

def initialize(psp_migration: nil)
  @psp_migration = psp_migration
end

Instance Attribute Details

#psp_migrationObject

Protection for connected accounts migrating from another PSP.



313
314
315
# File 'lib/stripe/params/account_create_params.rb', line 313

def psp_migration
  @psp_migration
end