munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
user-shared
/
com.munchies.user.infrastructure.adapter.outbound.notification
/
UserEmailConfirmationNotification
User
Email
Confirmation
Notification
@
Serializable
data
class
UserEmailConfirmationNotification
(
val
user_id_key
:
String
,
val
user_confirmation_key
:
String
)
:
Notification
Members
Constructors
User
Email
Confirmation
Notification
Link copied to clipboard
constructor
(
user_id_key
:
String
,
user_confirmation_key
:
String
)
Properties
user_
confirmation_
key
Link copied to clipboard
val
user_confirmation_key
:
String
user_
id_
key
Link copied to clipboard
val
user_id_key
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String