All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.at.asitplus.wallet.eprescription.EPrescriptionDataElements.kt Maven / Gradle / Ivy

The newest version!
package at.asitplus.wallet.eprescription


object EPrescriptionDataElements {
    const val OTT = "one_time_token"
    const val COUNTRY_CODE = "country_code"
    const val VALID_UNTIL = "valid_until"

    val MANDATORY_ELEMENTS = listOf(
        OTT,
        COUNTRY_CODE,
        VALID_UNTIL,
    )

    val ALL_ELEMENTS = listOf(
        OTT,
        COUNTRY_CODE,
        VALID_UNTIL,
    )

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy