Class: CheckoutSdk::Payments::PaymentRetryRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::PaymentRetryRequest
- Defined in:
- lib/checkout_sdk/payments/payment_retry_request.rb
Instance Attribute Summary collapse
- #enabled ⇒ TrueClass, FalseClass
-
#end_after_day ⇒ Object
Returns the value of attribute end_after_day.
- #end_after_days ⇒ Integer
- #max_attempts ⇒ Integer
Instance Attribute Details
#enabled ⇒ TrueClass, FalseClass
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_retry_request.rb', line 11 class PaymentRetryRequest attr_accessor :enabled, :max_attempts, :end_after_day end |
#end_after_day ⇒ Object
Returns the value of attribute end_after_day.
12 13 14 |
# File 'lib/checkout_sdk/payments/payment_retry_request.rb', line 12 def end_after_day @end_after_day end |
#end_after_days ⇒ Integer
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_retry_request.rb', line 11 class PaymentRetryRequest attr_accessor :enabled, :max_attempts, :end_after_day end |
#max_attempts ⇒ Integer
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payment_retry_request.rb', line 11 class PaymentRetryRequest attr_accessor :enabled, :max_attempts, :end_after_day end |