Noah Bank Address
data class NoahBankAddress(val street: String? = null, val street2: String? = null, val city: String? = null, val postCode: String? = null, val state: String? = null, val country: String? = null)
Bank address shape returned by Noah. Mirrors connect-api's NoahBankAddress after the BFF's pascal-to-camel formatter (Street/Street2/City/PostCode/State/Country).