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.



11355
11356
11357
# File 'lib/stripe/services/payment_intent_service.rb', line 11355

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.



11353
11354
11355
# File 'lib/stripe/services/payment_intent_service.rb', line 11353

def request_partial_authorization
  @request_partial_authorization
end