Class: Stripe::AccountUpdateParams::Capabilities::CardPayments::Protections::PspMigration

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

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(requested: nil) ⇒ PspMigration

Returns a new instance of PspMigration.



299
300
301
# File 'lib/stripe/params/account_update_params.rb', line 299

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

Instance Attribute Details

#requestedObject

Passing true requests the protection.



297
298
299
# File 'lib/stripe/params/account_update_params.rb', line 297

def requested
  @requested
end