Class: Stripe::PaymentRecordReportPaymentAttemptGuaranteedParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecordReportPaymentAttemptGuaranteedParams
- Defined in:
- lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#guaranteed_at ⇒ Object
When the reported payment was guaranteed.
-
#metadata ⇒ Object
Attribute for param field metadata.
Instance Method Summary collapse
-
#initialize(expand: nil, guaranteed_at: nil, metadata: nil) ⇒ PaymentRecordReportPaymentAttemptGuaranteedParams
constructor
A new instance of PaymentRecordReportPaymentAttemptGuaranteedParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, guaranteed_at: nil, metadata: nil) ⇒ PaymentRecordReportPaymentAttemptGuaranteedParams
Returns a new instance of PaymentRecordReportPaymentAttemptGuaranteedParams.
13 14 15 16 17 |
# File 'lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb', line 13 def initialize(expand: nil, guaranteed_at: nil, metadata: nil) @expand = @guaranteed_at = guaranteed_at @metadata = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
7 8 9 |
# File 'lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb', line 7 def @expand end |
#guaranteed_at ⇒ Object
When the reported payment was guaranteed. Measured in seconds since the Unix epoch.
9 10 11 |
# File 'lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb', line 9 def guaranteed_at @guaranteed_at end |
#metadata ⇒ Object
Attribute for param field metadata
11 12 13 |
# File 'lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb', line 11 def @metadata end |