ApplicationPackageContactResponse

data class ApplicationPackageContactResponse(val contactName: String? = null, val email: String, val phone: String)

The application package contact information.

Constructors

Link copied to clipboard
constructor(contactName: String? = null, email: String, phone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contactName: String? = null

The contact name.

Link copied to clipboard

The contact email.

Link copied to clipboard

The contact phone number.