trixnity-clientserverapi-model
3.0.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.authentication
/
IdentifierType
/
Phone
Phone
@
Serializable
data
class
Phone
(
val
country
:
String
,
val
number
:
String
)
:
IdentifierType
Constructors
Properties
Constructors
Phone
Link copied to clipboard
fun
Phone
(
country
:
String
,
number
:
String
)
Properties
country
Link copied to clipboard
val
country
:
String
name
Link copied to clipboard
open
override
val
name
:
String
number
Link copied to clipboard
val
number
:
String