InstitutionData

data class InstitutionData(val id: String, val name: String, val logoUrl: String?, val countryCode: String) : Parcelable

Institution data

Parameters

id

String institution Id

name

String institution name

logoUrl

String url for institution logo

countryCode

String Country code (ISO 3166 alpha-2 format)

Constructors

Link copied to clipboard
constructor(id: String, name: String, logoUrl: String?, countryCode: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)