DodoPayments.Entitlement (dodo_payments v0.1.0)

Copy Markdown View Source

An entitlement definition and its integration configuration.

Summary

Types

t()

@type t() :: %DodoPayments.Entitlement{
  business_id: String.t() | nil,
  created_at: String.t() | nil,
  description: String.t() | nil,
  extra: map(),
  id: String.t() | nil,
  integration_config: DodoPayments.ResponseTypes.object() | nil,
  integration_type:
    DodoPayments.Enums.decoded_entitlement_integration_type() | nil,
  is_active: boolean() | nil,
  metadata: DodoPayments.ResponseTypes.metadata() | nil,
  name: String.t() | nil,
  updated_at: String.t() | nil
}