Class: Stripe::PaymentRecord::ReportPaymentAttemptParams::Failed
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecord::ReportPaymentAttemptParams::Failed
- Defined in:
- lib/stripe/resources/payment_record.rb
Instance Attribute Summary collapse
-
#failed_at ⇒ Object
When the reported payment failed.
Instance Method Summary collapse
-
#initialize(failed_at: nil) ⇒ Failed
constructor
A new instance of Failed.
Methods inherited from RequestParams
Constructor Details
#initialize(failed_at: nil) ⇒ Failed
Returns a new instance of Failed.
1048 1049 1050 |
# File 'lib/stripe/resources/payment_record.rb', line 1048 def initialize(failed_at: nil) @failed_at = failed_at end |
Instance Attribute Details
#failed_at ⇒ Object
When the reported payment failed. Measured in seconds since the Unix epoch.
1046 1047 1048 |
# File 'lib/stripe/resources/payment_record.rb', line 1046 def failed_at @failed_at end |