DebtorAddressType
OFX / Types / DebtorAddressType
# | Tag | Type |
---|---|---|
1 | ADDR1 | AddressType |
2 | ADDR2 | AddressType |
3 | ADDR3 | AddressType |
4 | CITY | AddressType |
5 | STATE | StateType |
6 | POSTALCODE | ZipType |
7 | DEBTORNAME1 | GenericNameType |
8 | DEBTORNAME2 | GenericNameType |
Usages:
- Tax1099C_V100 DEBTORADDR
XSD
<xsd:complexType name="DebtorAddressType"> <xsd:complexContent> <xsd:extension base="ofx:AbstractRecipientAddressType"> <xsd:sequence> <xsd:element name="DEBTORNAME1" type="ofx:GenericNameType"/> <xsd:element name="DEBTORNAME2" type="ofx:GenericNameType" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>