Class: Stripe::PaymentIntentUpdateParams::PaymentMethodData::RadarOptions

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(session: nil) ⇒ RadarOptions

Returns a new instance of RadarOptions.



479
480
481
# File 'lib/stripe/params/payment_intent_update_params.rb', line 479

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

Instance Attribute Details

#sessionObject

A [Radar Session](docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.



477
478
479
# File 'lib/stripe/params/payment_intent_update_params.rb', line 477

def session
  @session
end