.. index:: 
  !LicenseType Enumeration

.. _id3_document_license_type_enum:

===============================================================================
LicenseType Enumeration
===============================================================================

Namespace: :ref:`id3.Document<reference_document>`

Definition
----------

.. line-block::
    Enumerates the license types.

.. tab-set::

  .. tab-item:: Python
    :sync: Python

    .. code-block:: Python

      class LicenseType

  .. tab-item:: Dart
    :sync: Dart

    .. code-block:: Dart

      enum LicenseType

  .. tab-item:: C#
    :sync: C#

    .. code-block:: C#

      public enum LicenseType

  .. tab-item:: Java
    :sync: Java

    .. code-block:: Java

      public enum LicenseType

  .. tab-item:: Swift
    :sync: Swift

    .. code-block:: Swift

      public enum LicenseType

  .. tab-item:: C
    :sync: C

    .. code-block:: C

      typedef enum id3DocumentLicenseType


Fields
------

.. list-table:: 
  :width: 100%
  :widths: 5 5 90
  :header-rows: 1

  * - Name
    - Value
    - Description
  * - ``classic``
    - 1
    - Classic id3 license.
  * - ``trial``
    - 2
    - Trial id3 license with a time limitation.
  * - ``online``
    - 3
    - Online id3 license with an online check.
