CertificateIssuerAdmin

data class CertificateIssuerAdmin(val emailAddress: String, val firstName: String? = null, val lastName: String? = null, val phone: String? = null)

Constructors

Link copied to clipboard
constructor(emailAddress: String, firstName: String? = null, lastName: String? = null, phone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

E-mail address of the admin.

Link copied to clipboard
val firstName: String? = null

First name of the admin.

Link copied to clipboard
val lastName: String? = null

Last name of the admin.

Link copied to clipboard
val phone: String? = null

Phone number of the admin.