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.



306
307
308
# File 'lib/stripe/params/account_create_params.rb', line 306

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

Instance Attribute Details

#psp_migrationObject

Protection for connected accounts migrating from another PSP.



304
305
306
# File 'lib/stripe/params/account_create_params.rb', line 304

def psp_migration
  @psp_migration
end