WinnerAddressType
OFX / Types / WinnerAddressType
| # | Tag | Type |
|---|---|---|
| 1 | ADDR1 | AddressType |
| 2 | ADDR2 | AddressType |
| 3 | ADDR3 | AddressType |
| 4 | CITY | AddressType |
| 5 | STATE | StateType |
| 6 | POSTALCODE | ZipType |
| 7 | WINNERNAME1 | GenericNameType |
| 8 | WINNERNAME2 | GenericNameType |
Usages:
- TaxW2G_V100 WINNERADDR
XSD
<xsd:complexType name="WinnerAddressType">
<xsd:complexContent>
<xsd:extension base="ofx:AbstractW2GRecipientAddressType">
<xsd:sequence>
<xsd:element name="WINNERNAME1" type="ofx:GenericNameType"/>
<xsd:element name="WINNERNAME2" type="ofx:GenericNameType" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>