Class: Stripe::PaymentIntentService::IncrementAuthorizationParams::PaymentMethodOptions::Card
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentService::IncrementAuthorizationParams::PaymentMethodOptions::Card
- Defined in:
- lib/stripe/services/payment_intent_service.rb
Instance Attribute Summary collapse
-
#request_partial_authorization ⇒ Object
Request partial authorization on this PaymentIntent.
Instance Method Summary collapse
-
#initialize(request_partial_authorization: nil) ⇒ Card
constructor
A new instance of Card.
Methods inherited from RequestParams
Constructor Details
#initialize(request_partial_authorization: nil) ⇒ Card
Returns a new instance of Card.
12453 12454 12455 |
# File 'lib/stripe/services/payment_intent_service.rb', line 12453 def initialize(request_partial_authorization: nil) @request_partial_authorization = end |
Instance Attribute Details
#request_partial_authorization ⇒ Object
Request partial authorization on this PaymentIntent.
12451 12452 12453 |
# File 'lib/stripe/services/payment_intent_service.rb', line 12451 def @request_partial_authorization end |