DodoPayments.PresignedFileUpload (dodo_payments v0.1.0)

Copy Markdown View Source

A presigned file-upload target. Inspection always redacts the capability URL.

Summary

Types

t()

@type t() :: %DodoPayments.PresignedFileUpload{
  extra: map(),
  file_id: String.t() | nil,
  url: String.t() | nil
}