openpss / com.hendraanggrian.openpss.db.schemas / Customer / Contact

Contact

data class Contact

Types

Type

enum class Type : Enum

Constructors

<init>

Contact(type: String, value: String)

Properties

type

val type: String

typedType

val typedType: Type

value

val value: String

Functions

toString

fun toString(): String

Companion Object Functions

new

fun new(type: Type, value: String): Contact