Stripe.Params.PaymentRecordReportPaymentAttemptFailedParams (tiger_stripe v0.1.10)

Copy Markdown View Source

Parameters for payment record report payment attempt failed.

Summary

Types

t()

@type t() :: %Stripe.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