InsuredAddressType

OFX / Types / InsuredAddressType
#TagType
1 INSUREDNAME1 GenericNameType
2 INSUREDNAME2 GenericNameType
3 ADDR1 AddressType
4 ADDR2 AddressType
5 ADDR3 AddressType
6 CITY AddressType
7 STATE StateType
8 POSTALCODE ZipType
9 PHONE PhoneType
Usages:
XSD
	<xsd:complexType name="InsuredAddressType">
		<xsd:sequence>
			<xsd:element name="INSUREDNAME1" type="ofx:GenericNameType"/>
			<xsd:element name="INSUREDNAME2" type="ofx:GenericNameType" minOccurs="0"/>
			<xsd:element name="ADDR1" type="ofx:AddressType"/>
			<xsd:element name="ADDR2" type="ofx:AddressType" minOccurs="0"/>
			<xsd:element name="ADDR3" type="ofx:AddressType" minOccurs="0"/>
			<xsd:element name="CITY" type="ofx:AddressType"/>
			<xsd:element name="STATE" type="ofx:StateType"/>
			<xsd:element name="POSTALCODE" type="ofx:ZipType"/>
			<xsd:element name="PHONE" type="ofx:PhoneType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.