vnorder / com.venuenext.vnorder.orders.model.qrcoderesponses / QRCodeTotalsPost

QRCodeTotalsPost

data class QRCodeTotalsPost

Constructors

<init>

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

Properties

affiliations

val affiliations: List<String>

orderNumber

val orderNumber: String

qrCode

val qrCode: String

userAttribute

val userAttribute: UserAttribute?

uuid

val uuid: String