InstitutionLogo

data class InstitutionLogo(val type: String, val data: String) : Parcelable

Representation of a financial institution's logo.

Constructors

Link copied to clipboard
constructor(type: String, data: String)

Functions

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

Properties

Link copied to clipboard

String Base64 encoded image data of institution logo if any.

Link copied to clipboard

String Mime type of the institution logo if any.