Class: Stripe::PaymentRecordReportPaymentParams::ProcessorDetails::Custom
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentRecordReportPaymentParams::ProcessorDetails::Custom
- Defined in:
- lib/stripe/params/payment_record_report_payment_params.rb
Instance Attribute Summary collapse
-
#payment_reference ⇒ Object
An opaque string for manual reconciliation of this payment, for example a check number or a payment processor ID.
Instance Method Summary collapse
-
#initialize(payment_reference: nil) ⇒ Custom
constructor
A new instance of Custom.
Methods inherited from RequestParams
Constructor Details
#initialize(payment_reference: nil) ⇒ Custom
Returns a new instance of Custom.
136 137 138 |
# File 'lib/stripe/params/payment_record_report_payment_params.rb', line 136 def initialize(payment_reference: nil) @payment_reference = payment_reference end |
Instance Attribute Details
#payment_reference ⇒ Object
An opaque string for manual reconciliation of this payment, for example a check number or a payment processor ID.
134 135 136 |
# File 'lib/stripe/params/payment_record_report_payment_params.rb', line 134 def payment_reference @payment_reference end |