toggle menu
crypto-trader-contact
JVM
switch theme
search in API
crypto-trader-contact
/
org.cryptotrader.contact.comm.email.request
/
EmailRequest
Email
Request
data
class
EmailRequest
(
val
to
:
String
,
val
subject
:
String
,
val
body
:
String
,
val
template
:
Template
)
Members
Constructors
Email
Request
Link copied to clipboard
constructor
(
to
:
String
,
subject
:
String
,
body
:
String
,
template
:
Template
)
Properties
body
Link copied to clipboard
val
body
:
String
subject
Link copied to clipboard
val
subject
:
String
template
Link copied to clipboard
val
template
:
Template
to
Link copied to clipboard
val
to
:
String