BankAccount

fun BankAccount(    id: String,     isDefault: Boolean,     bankIconCode: String?,     bankName: String,     last4: String)