StripeElixir.Params.PaymentRecordReportPaymentAttemptCanceledParams (stripe_elixir v0.1.0)

Copy Markdown View Source

Parameters for payment record report payment attempt canceled.

Summary

Types

t()

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