Class: Stripe::Checkout::SessionCreateParams::PaymentMethodOptions::Alma
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Checkout::SessionCreateParams::PaymentMethodOptions::Alma
- Defined in:
- lib/stripe/params/checkout/session_create_params.rb
Instance Attribute Summary collapse
-
#capture_method ⇒ Object
Controls when the funds will be captured from the customer’s account.
Instance Method Summary collapse
-
#initialize(capture_method: nil) ⇒ Alma
constructor
A new instance of Alma.
Methods inherited from RequestParams
Constructor Details
#initialize(capture_method: nil) ⇒ Alma
Returns a new instance of Alma.
881 882 883 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 881 def initialize(capture_method: nil) @capture_method = capture_method end |
Instance Attribute Details
#capture_method ⇒ Object
Controls when the funds will be captured from the customer’s account.
879 880 881 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 879 def capture_method @capture_method end |