Class: Stripe::Checkout::SessionService::CreateParams::PaymentMethodOptions::Payco
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Checkout::SessionService::CreateParams::PaymentMethodOptions::Payco
- Defined in:
- lib/stripe/services/checkout/session_service.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) ⇒ Payco
constructor
A new instance of Payco.
Methods inherited from RequestParams
Constructor Details
#initialize(capture_method: nil) ⇒ Payco
Returns a new instance of Payco.
1320 1321 1322 |
# File 'lib/stripe/services/checkout/session_service.rb', line 1320 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.
1318 1319 1320 |
# File 'lib/stripe/services/checkout/session_service.rb', line 1318 def capture_method @capture_method end |