Class: Stripe::PaymentRecordReportPaymentParams::Guaranteed

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_record_report_payment_params.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.



49
50
51
# File 'lib/stripe/params/payment_record_report_payment_params.rb', line 49

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.



47
48
49
# File 'lib/stripe/params/payment_record_report_payment_params.rb', line 47

def guaranteed_at
  @guaranteed_at
end