Class: Stripe::PaymentRecord::ReportPaymentAttemptParams::Guaranteed
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecord::ReportPaymentAttemptParams::Guaranteed
- Defined in:
- lib/stripe/resources/payment_record.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.
1042 1043 1044 |
# File 'lib/stripe/resources/payment_record.rb', line 1042 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.
1040 1041 1042 |
# File 'lib/stripe/resources/payment_record.rb', line 1040 def guaranteed_at @guaranteed_at end |