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.
877 878 879 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 877 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.
875 876 877 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 875 def capture_method @capture_method end |