PayerAddressType
OFX / Types / PayerAddressType
| # | 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 | PAYERNAME1 | GenericNameType |
| 10 | PAYERNAME2 | GenericNameType |
Usages:
- Tax1099G_V100 PAYERADDR
- Tax1099LTC_V100 PAYERADDR
- Tax1099PATR_V100 PAYERADDR
- Tax1099Q_V100 PAYERADDR
- Tax1099SA_V100 PAYERADDR
XSD
<xsd:complexType name="PayerAddressType"> <xsd:complexContent> <xsd:extension base="ofx:AbstractIssuerAddressType"> <xsd:sequence> <xsd:element name="PAYERNAME1" type="ofx:GenericNameType"/> <xsd:element name="PAYERNAME2" type="ofx:GenericNameType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>