Stripe.Params.PaymentRecordReportRefundParams.ProcessorDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PaymentRecordReportRefundParams.ProcessorDetails{
  custom:
    Stripe.Params.PaymentRecordReportRefundParams.ProcessorDetails.Custom.t()
    | nil,
  type: String.t() | nil
}
  • custom - Information about the custom processor used to make this refund.
  • type - The type of the processor details. An additional hash is included on processor_details with a name matching this value. It contains additional information specific to the processor. Possible values: custom.