StripeElixir.Params.PaymentRecordReportPaymentAttemptGuaranteedParams
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Parameters for payment record report payment attempt guaranteed.
Summary
Types
@type t() :: %StripeElixir.Params.PaymentRecordReportPaymentAttemptGuaranteedParams{ expand: [String.t()] | nil, guaranteed_at: integer(), metadata: map() | nil }
expand- Specifies which fields in the response should be expanded.guaranteed_at- When the reported payment was guaranteed. Measured in seconds since the Unix epoch. Format: Unix timestamp.metadata