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.



10867
10868
10869
# File 'lib/stripe/services/payment_intent_service.rb', line 10867

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.



10865
10866
10867
# File 'lib/stripe/services/payment_intent_service.rb', line 10865

def request_partial_authorization
  @request_partial_authorization
end