Class: Stripe::PaymentIntentService::IncrementAuthorizationParams::PaymentMethodOptions::Card

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_intent_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(request_partial_authorization: nil) ⇒ Card

Returns a new instance of Card.



11295
11296
11297
# File 'lib/stripe/services/payment_intent_service.rb', line 11295

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

Instance Attribute Details

#request_partial_authorizationObject

Request partial authorization on this PaymentIntent.



11293
11294
11295
# File 'lib/stripe/services/payment_intent_service.rb', line 11293

def request_partial_authorization
  @request_partial_authorization
end