FivePD API
Models

PedLicense

Represents a license.

This model represents the database table fivepd_ped_licenses. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.

Properties

Id

Gets or sets the identifier.

Type: string

PedData

Gets or sets the entity which this value belongs to.

Type: PedData

Type

Gets or sets the type.

Type: PedLicenseType

Status

Gets or sets the status.

Type: PedLicenseStatus

IssueDate

Gets or sets the date of issue.

Type: DateTime

ExpirationDate

Gets or sets the expiration date.

Type: DateTime