DodoPayments.ShortLink (dodo_payments v0.1.0)

Copy Markdown View Source

A product short-link list item.

Summary

Types

t()

@type t() :: %DodoPayments.ShortLink{
  created_at: String.t() | nil,
  extra: map(),
  full_url: String.t() | nil,
  product_id: String.t() | nil,
  short_url: String.t() | nil
}