To: ' + contactInfo.postalAddress.toN ${contactInfo?.postalAddress?.attnName ? '
Attn: ' + contactInfo.postalAddress.attnName + '
' : ''} ${contactInfo?.postalAddress?.address1 ? '' + contactInfo.postalAddress.address1 + (contactInfo.postalAddress.unitNumber ? ' #' + contactInfo.postalAddress.unitNumber : '') + '
' : ''} ${contactInfo?.postalAddress?.address2 ? '' + contactInfo.postalAddress.address2 + '
' : ''} -${contactInfo?.postalAddress ? '' + (contactInfo.postalAddress.city ?: '') + (contactInfo.postalAddressStateGeo?.geoCodeAlpha2 ? ', ' + contactInfo.postalAddressStateGeo.geoCodeAlpha2 : '') + ' ' + (contactInfo.postalAddress.postalCode ?: '') + (contactInfo.postalAddress.postalCodeExt ? '-' + contactInfo.postalAddress.postalCodeExt : '') + '
' : ''} +${contactInfo?.postalAddress ? '' + (contactInfo.postalAddress.city ?: '') + (contactInfo.postalAddressStateGeo?.geoCodeAlpha2 ? ', ' + contactInfo.postalAddressStateGeo.geoCodeAlpha2 : '') + ' ' + (contactInfo.postalAddress.postalCode ?: '') + (contactInfo.postalAddress.postalCodeExt ? '-' + contactInfo.postalAddress.postalCodeExt : '') + (contactInfo.postalAddressCountryGeo?.geoCodeAlpha3 ? ' ' + contactInfo.postalAddressCountryGeo.geoCodeAlpha3 : '') + '
' : ''} ${contactInfo?.telecomNumber ? '' + (contactInfo.telecomNumber.countryCode ? contactInfo.telecomNumber.countryCode + '-' : '') + (contactInfo.telecomNumber.areaCode ? contactInfo.telecomNumber.areaCode + '-' : '') + (contactInfo.telecomNumber.contactNumber ?: '') + '
' : ''} ${contactInfo?.emailAddress ? '' + contactInfo.emailAddress + '
' : ''}