toggle menu
eprescription
1.1.1
common
switch theme
search in API
eprescription
/
at.asitplus.wallet.eprescription
/
EPrescription
EPrescription
@
Serializable
data
class
EPrescription
(
val
oneTimeToken
:
String
,
val
countryCode
:
String
,
val
validUntil
:
Instant
)
(
source
)
Members
Constructors
EPrescription
Link copied to clipboard
constructor
(
oneTimeToken
:
String
,
countryCode
:
String
,
validUntil
:
Instant
)
Properties
country
Code
Link copied to clipboard
@
SerialName
(
value
=
"country_code"
)
val
countryCode
:
String
one
Time
Token
Link copied to clipboard
@
SerialName
(
value
=
"one_time_token"
)
val
oneTimeToken
:
String
valid
Until
Link copied to clipboard
@
SerialName
(
value
=
"valid_until"
)
val
validUntil
:
Instant