BeneficiaryAddressType
OFX / Types / BeneficiaryAddressType
| # | Tag | Type |
|---|---|---|
| 1 | ADDR1 | AddressType |
| 2 | ADDR2 | AddressType |
| 3 | ADDR3 | AddressType |
| 4 | CITY | AddressType |
| 5 | STATE | StateType |
| 6 | POSTALCODE | ZipType |
| 7 | BENEFICIARYNAME1 | GenericNameType |
| 8 | BENEFICIARYNAME2 | GenericNameType |
Usages:
- Tax5498ESA_V100 BENEFICIARYADDR
XSD
<xsd:complexType name="BeneficiaryAddressType">
<xsd:complexContent>
<xsd:extension base="ofx:Abstract5498RecipientAddressType">
<xsd:sequence>
<xsd:element name="BENEFICIARYNAME1" type="ofx:GenericNameType"/>
<xsd:element name="BENEFICIARYNAME2" type="ofx:GenericNameType" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>