penicillin
common
penicillin
/
blue.starry.penicillin.models
/
Account
/
VerifyCredentials
/
Phone
Phone
common
data
class
Phone
(
val
json
:
JsonObject
,
val
client
:
ApiClient
)
:
PenicillinModel
Content copied to clipboard
Constructors
Properties
Constructors
Phone
Link copied to clipboard
common
fun
Phone
(
json
:
JsonObject
,
client
:
ApiClient
)
Content copied to clipboard
Properties
address
Link copied to clipboard
common
val
address
:
String
?
Content copied to clipboard
address
For
Sms
Link copied to clipboard
common
val
addressForSms
:
String
?
Content copied to clipboard
carrier
Link copied to clipboard
common
val
carrier
:
String
?
Content copied to clipboard
client
Link copied to clipboard
common
open
override
val
client
:
ApiClient
Content copied to clipboard
The
ApiClient
instance.
country
Code
Link copied to clipboard
common
val
countryCode
:
String
?
Content copied to clipboard
country
Name
Link copied to clipboard
common
val
countryName
:
String
?
Content copied to clipboard
created
At
Link copied to clipboard
common
val
createdAt
:
String
?
Content copied to clipboard
device
Type
Link copied to clipboard
common
val
deviceType
:
String
?
Content copied to clipboard
enabled
For
Link copied to clipboard
common
val
enabledFor
:
String
?
Content copied to clipboard
id
Link copied to clipboard
common
val
id
:
Long
?
Content copied to clipboard
json
Link copied to clipboard
common
open
override
val
json
:
JsonObject
Content copied to clipboard
The underlying
JsonObject
.
key
Case
Link copied to clipboard
common
open
val
keyCase
:
JsonKeyCase
Content copied to clipboard
key
Converter
Link copied to clipboard
common
open
val
keyConverter
:
JsonKeyConverter
Content copied to clipboard
verified
Link copied to clipboard
common
val
verified
:
Boolean
?
Content copied to clipboard