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.
306 307 308 |
# File 'lib/stripe/params/account_update_params.rb', line 306 def initialize(psp_migration: nil) @psp_migration = psp_migration end |
Instance Attribute Details
#psp_migration ⇒ Object
Protection for connected accounts migrating from another PSP.
304 305 306 |
# File 'lib/stripe/params/account_update_params.rb', line 304 def psp_migration @psp_migration end |