FinancialInstitutionModel

constructor(id: String?, description: String)

Parameters

id

Unique identifier for the financial institution

description

Human-readable name or description of the institution

Example:

val institution = FinancialInstitutionModel(
id = "123",
description = "Example Bank"
)