Class: Stripe::Order::UpdateParams::Payment

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/order.rb

Defined Under Namespace

Classes: Settings

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(settings: nil) ⇒ Payment

Returns a new instance of Payment.



2728
2729
2730
# File 'lib/stripe/resources/order.rb', line 2728

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

Instance Attribute Details

#settingsObject

Settings describing how the order should configure generated PaymentIntents.



2726
2727
2728
# File 'lib/stripe/resources/order.rb', line 2726

def settings
  @settings
end