Contact

class Contact

Represents contact information for a person or role associated with the procurement portal preference.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email address of the contact person or role.

Link copied to clipboard
val name: String?

The name of the contact person or role.

Functions

Link copied to clipboard
inline fun copy(block: Contact.Builder.() -> Unit = {}): Contact
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String