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.
12059 12060 12061 |
# File 'lib/stripe/services/payment_intent_service.rb', line 12059 def initialize(request_partial_authorization: nil) @request_partial_authorization = end |
Instance Attribute Details
#request_partial_authorization ⇒ Object
Request partial authorization on this PaymentIntent.
12057 12058 12059 |
# File 'lib/stripe/services/payment_intent_service.rb', line 12057 def @request_partial_authorization end |