DoneeAddressType
OFX / Types / DoneeAddressType
# | Tag | Type |
---|---|---|
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 | DONEENAME1 | GenericNameType |
10 | DONEENAME2 | GenericNameType |
Usages:
- Tax1098C_V100 DONEEADDR
XSD
<xsd:complexType name="DoneeAddressType"> <xsd:complexContent> <xsd:extension base="ofx:Abstract1098IssuerAddressType"> <xsd:sequence> <xsd:element name="DONEENAME1" type="ofx:GenericNameType"/> <xsd:element name="DONEENAME2" type="ofx:GenericNameType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>