DodoPayments.License (dodo_payments v0.1.0)

Copy Markdown View Source

A public license activation or validation response.

Summary

Types

t()

@type t() :: %DodoPayments.License{
  business_id: String.t() | nil,
  created_at: String.t() | nil,
  customer: DodoPayments.ResponseTypes.customer_limited_details() | nil,
  extra: map(),
  id: String.t() | nil,
  license_key_id: String.t() | nil,
  name: String.t() | nil,
  product: DodoPayments.ResponseTypes.object() | nil,
  valid: boolean() | nil
}