Class: Stripe::PaymentRecordReportRefundParams::Refunded
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecordReportRefundParams::Refunded
- Defined in:
- lib/stripe/params/payment_record_report_refund_params.rb
Instance Attribute Summary collapse
-
#refunded_at ⇒ Object
When the reported refund completed.
Instance Method Summary collapse
-
#initialize(refunded_at: nil) ⇒ Refunded
constructor
A new instance of Refunded.
Methods inherited from RequestParams
Constructor Details
#initialize(refunded_at: nil) ⇒ Refunded
Returns a new instance of Refunded.
42 43 44 |
# File 'lib/stripe/params/payment_record_report_refund_params.rb', line 42 def initialize(refunded_at: nil) @refunded_at = refunded_at end |
Instance Attribute Details
#refunded_at ⇒ Object
When the reported refund completed. Measured in seconds since the Unix epoch.
40 41 42 |
# File 'lib/stripe/params/payment_record_report_refund_params.rb', line 40 def refunded_at @refunded_at end |