Class: Stripe::PaymentRecordReportRefundParams::ProcessorDetails::Custom
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecordReportRefundParams::ProcessorDetails::Custom
- Defined in:
- lib/stripe/params/payment_record_report_refund_params.rb
Instance Attribute Summary collapse
-
#refund_reference ⇒ Object
A reference to the external refund.
Instance Method Summary collapse
-
#initialize(refund_reference: nil) ⇒ Custom
constructor
A new instance of Custom.
Methods inherited from RequestParams
Constructor Details
#initialize(refund_reference: nil) ⇒ Custom
Returns a new instance of Custom.
23 24 25 |
# File 'lib/stripe/params/payment_record_report_refund_params.rb', line 23 def initialize(refund_reference: nil) @refund_reference = refund_reference end |
Instance Attribute Details
#refund_reference ⇒ Object
A reference to the external refund. This field must be unique across all refunds.
21 22 23 |
# File 'lib/stripe/params/payment_record_report_refund_params.rb', line 21 def refund_reference @refund_reference end |