DodoPayments.LicenseKeyInstance (dodo_payments v0.1.0)

Copy Markdown View Source

An activation instance for a license key.

Summary

Types

t()

@type t() :: %DodoPayments.LicenseKeyInstance{
  business_id: String.t() | nil,
  created_at: String.t() | nil,
  extra: map(),
  id: String.t() | nil,
  license_key_id: String.t() | nil,
  name: String.t() | nil
}