com.paysera.lib.inrento.entities.questionnaire.QuestionnaireAnswersRequest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-lib-inrento-sdk Show documentation
Show all versions of kotlin-lib-inrento-sdk Show documentation
Paysera: Kotlin InRento SDK Library
package com.paysera.lib.inrento.entities.questionnaire
data class QuestionnaireAnswersRequest(
val question1: String,
val question2: String,
val question3: String,
val question4: String,
val question5: String,
val question6: List,
val question7: List,
val question8: String,
val question9: String,
val question10: String,
val question11: String,
val question11More: String? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy