Class: Stripe::PaymentRecordReportRefundParams::ProcessorDetails::Custom

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_record_report_refund_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

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_referenceObject

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