Class: Stripe::PaymentRecordReportPaymentAttemptParams::Guaranteed
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecordReportPaymentAttemptParams::Guaranteed
- Defined in:
- lib/stripe/params/payment_record_report_payment_attempt_params.rb
Instance Attribute Summary collapse
-
#guaranteed_at ⇒ Object
When the reported payment was guaranteed.
Instance Method Summary collapse
-
#initialize(guaranteed_at: nil) ⇒ Guaranteed
constructor
A new instance of Guaranteed.
Methods inherited from RequestParams
Constructor Details
#initialize(guaranteed_at: nil) ⇒ Guaranteed
Returns a new instance of Guaranteed.
19 20 21 |
# File 'lib/stripe/params/payment_record_report_payment_attempt_params.rb', line 19 def initialize(guaranteed_at: nil) @guaranteed_at = guaranteed_at end |
Instance Attribute Details
#guaranteed_at ⇒ Object
When the reported payment was guaranteed. Measured in seconds since the Unix epoch.
17 18 19 |
# File 'lib/stripe/params/payment_record_report_payment_attempt_params.rb', line 17 def guaranteed_at @guaranteed_at end |