# LicenseInfos

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* LicenseInfos

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.Core

```csharp
[Serializable]
public class LicenseInfos
```

## Constructors

### LicenseInfos()

```csharp
public LicenseInfos()
```

### LicenseInfos(LicenseInfos)

```csharp
public LicenseInfos(LicenseInfos o)
```

Parameters

| Type                                | Name | Description |
| ----------------------------------- | ---- | ----------- |
| [LicenseInfos](./core_licenseinfos) | o    |             |

## Fields

### version

```csharp
public string version
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### customerName

```csharp
public string customerName
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### customerCompany

```csharp
public string customerCompany
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### customerEmail

```csharp
public string customerEmail
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### isFloating

```csharp
public bool isFloating
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### isRevocable

```csharp
public bool isRevocable
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### startDate

```csharp
public Date startDate
```

Returns

| Type                | Description |
| ------------------- | ----------- |
| [Date](./core_date) |             |

### endDate

```csharp
public Date endDate
```

Returns

| Type                | Description |
| ------------------- | ----------- |
| [Date](./core_date) |             |

### invalidReasons

```csharp
public StringList invalidReasons
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [StringList](./core_stringlist) |             |
