vnorder / com.venuenext.vnorder.stands.model / MemberAffiliations

MemberAffiliations

data class MemberAffiliations

MemberAffiliations is part of a Stand. Currently, only seasonTicketHolder affiliations are supported in the Native app. If a user qualifies for one of the affiliations, a promotion or discount will be applied to their order.

Constructors

<init>

MemberAffiliations is part of a Stand. Currently, only seasonTicketHolder affiliations are supported in the Native app. If a user qualifies for one of the affiliations, a promotion or discount will be applied to their order.

MemberAffiliations(seasonTicketHolder: List<String> = listOf())

Properties

seasonTicketHolder

A List of UUIDs (in the form of Strings). Each UUID in the List match up to a promotion or discount that may be applied to the user's order.

var seasonTicketHolder: List<String>