DodoPayments.ShortLinkCreateResponse (dodo_payments v0.1.0)

Copy Markdown View Source

The URLs returned after creating a product short link.

Summary

Types

t()

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