Class: Stripe::PaymentRecord::ReportPaymentParams::Guaranteed

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(guaranteed_at: nil) ⇒ Guaranteed

Returns a new instance of Guaranteed.



1291
1292
1293
# File 'lib/stripe/resources/payment_record.rb', line 1291

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.



1289
1290
1291
# File 'lib/stripe/resources/payment_record.rb', line 1289

def guaranteed_at
  @guaranteed_at
end