TrusteeAddressType

OFX / Types / TrusteeAddressType
#TagType
1 ADDR1 AddressType
2 ADDR2 AddressType
3 ADDR3 AddressType
4 CITY AddressType
5 STATE StateType
6 POSTALCODE ZipType
7 COUNTRYSTRING CountryStringType
8 PHONE PhoneType
9 TRUSTEENAME1 GenericNameType
10 TRUSTEENAME2 GenericNameType
Usages:
XSD
    <xsd:complexType name="TrusteeAddressType">
        <xsd:complexContent>
            <xsd:extension base="ofx:Abstract5498IssuerAddressType">
                <xsd:sequence>
                    <xsd:element name="TRUSTEENAME1" type="ofx:GenericNameType"/>
                    <xsd:element name="TRUSTEENAME2" type="ofx:GenericNameType" minOccurs="0"/>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>

© Copyright 2023. All Rights Reserved.