StripeElixir.Params.PaymentRecordReportPaymentAttemptFailedParams (stripe_elixir v0.1.0)

Copy Markdown View Source

Parameters for payment record report payment attempt failed.

Summary

Types

t()

@type t() :: %StripeElixir.Params.PaymentRecordReportPaymentAttemptFailedParams{
  expand: [String.t()] | nil,
  failed_at: integer(),
  metadata: map() | nil
}
  • expand - Specifies which fields in the response should be expanded.
  • failed_at - When the reported payment failed. Measured in seconds since the Unix epoch. Format: Unix timestamp.
  • metadata