Allowed Visit Type
data class AllowedVisitType(visitTypeId: String, name: String, shortName: VisitTypeShortName) : Parcelable
Content copied to clipboard
Represents a type of visit allowed by a retail RetailDepartment.
Constructors
AllowedVisitType
Link copied to clipboard
fun AllowedVisitType(visitTypeId: String, name: String, shortName: VisitTypeShortName)
Content copied to clipboard