Class: Stripe::AccountUpdateParams::Capabilities::CardPayments::Protections
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountUpdateParams::Capabilities::CardPayments::Protections
- Defined in:
- lib/stripe/params/account_update_params.rb
Defined Under Namespace
Classes: PspMigration
Instance Attribute Summary collapse
-
#psp_migration ⇒ Object
Protection for connected accounts migrating from another PSP.
Instance Method Summary collapse
-
#initialize(psp_migration: nil) ⇒ Protections
constructor
A new instance of Protections.
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_update_params.rb', line 315 def initialize(psp_migration: nil) @psp_migration = psp_migration end |
Instance Attribute Details
#psp_migration ⇒ Object
Protection for connected accounts migrating from another PSP.
313 314 315 |
# File 'lib/stripe/params/account_update_params.rb', line 313 def psp_migration @psp_migration end |