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.



1972
1973
1974
# File 'lib/stripe/resources/payment_record.rb', line 1972

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.



1970
1971
1972
# File 'lib/stripe/resources/payment_record.rb', line 1970

def failed_at
  @failed_at
end