Class: Stripe::Terminal::Reader::RefundPaymentParams::RefundPaymentConfig
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Terminal::Reader::RefundPaymentParams::RefundPaymentConfig
- Defined in:
- lib/stripe/resources/terminal/reader.rb
Instance Attribute Summary collapse
-
#enable_customer_cancellation ⇒ Object
Enables cancel button on transaction screens.
Instance Method Summary collapse
-
#initialize(enable_customer_cancellation: nil) ⇒ RefundPaymentConfig
constructor
A new instance of RefundPaymentConfig.
Methods inherited from RequestParams
Constructor Details
#initialize(enable_customer_cancellation: nil) ⇒ RefundPaymentConfig
Returns a new instance of RefundPaymentConfig.
289 290 291 |
# File 'lib/stripe/resources/terminal/reader.rb', line 289 def initialize(enable_customer_cancellation: nil) @enable_customer_cancellation = enable_customer_cancellation end |
Instance Attribute Details
#enable_customer_cancellation ⇒ Object
Enables cancel button on transaction screens.
287 288 289 |
# File 'lib/stripe/resources/terminal/reader.rb', line 287 def enable_customer_cancellation @enable_customer_cancellation end |