vnorder / com.venuenext.vnorder.seats.model / Row

Row

data class Row

Row VenueNext

Created on 2/26/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Constructors

<init>

Row VenueNext

Row(row: String?, seats: List<Seat>?)

Properties

row

var row: String?

seats

var seats: List<Seat>?