data class QRCodeTotalsPost
<init> |
QRCodeTotalsPost(uuid: String = UUID.randomUUID().toString(), qrCode: String, userAttribute: UserAttribute?, orderNumber: String, affiliations: List<String>) |
affiliations |
val affiliations: List<String> |
orderNumber |
val orderNumber: String |
qrCode |
val qrCode: String |
userAttribute |
val userAttribute: UserAttribute? |
uuid |
val uuid: String |