Class: Stripe::PaymentRecord::ReportPaymentAttemptParams::Failed

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_record.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(failed_at: nil) ⇒ Failed

Returns a new instance of Failed.



1113
1114
1115
# File 'lib/stripe/resources/payment_record.rb', line 1113

def initialize(failed_at: nil)
  @failed_at = failed_at
end

Instance Attribute Details

#failed_atObject

When the reported payment failed. Measured in seconds since the Unix epoch.



1111
1112
1113
# File 'lib/stripe/resources/payment_record.rb', line 1111

def failed_at
  @failed_at
end