Class: Stripe::PaymentRecord::ReportPaymentParams::Guaranteed
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecord::ReportPaymentParams::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.
462 463 464 |
# File 'lib/stripe/resources/payment_record.rb', line 462 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.
460 461 462 |
# File 'lib/stripe/resources/payment_record.rb', line 460 def guaranteed_at @guaranteed_at end |