vnticket / com.venuenext.vnticket.model / Stub / ProviderIDs

ProviderIDs

data class ProviderIDs

Constructors

<init>

ProviderIDs(acctID: String? = null, customerNameID: String? = null, accountIDList: List<String>? = null, hostAccount: Boolean? = null, hostOnly: Boolean? = null, hostMemberID: String? = null, memberID: String? = null)

Properties

accountIDList

var accountIDList: List<String>?

acctID

var acctID: String?

customerNameID

var customerNameID: String?

hostAccount

var hostAccount: Boolean?

hostMemberID

var hostMemberID: String?

hostOnly

var hostOnly: Boolean?

memberID

var memberID: String?