Class: Stripe::PaymentRecordService::ReportPaymentAttemptParams::Guaranteed

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_record_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(guaranteed_at: nil) ⇒ Guaranteed

Returns a new instance of Guaranteed.



29
30
31
# File 'lib/stripe/services/payment_record_service.rb', line 29

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

Instance Attribute Details

#guaranteed_atObject

When the reported payment was guaranteed. Measured in seconds since the Unix epoch.



27
28
29
# File 'lib/stripe/services/payment_record_service.rb', line 27

def guaranteed_at
  @guaranteed_at
end