Tax1099Request

OFX / Types / Tax1099Request
#TagType
1 ACCTNUM AccountIdType
2 RECID IdType
3 TAXYEAR YearType
4 INCLUDEPDFATTACHMENTS BooleanType
Usages:
XSD
	<xsd:complexType name="Tax1099Request">
		<xsd:annotation>
			<xsd:documentation>The OFX element "TAX1099RQ" is of type "Tax1099Request"</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="ACCTNUM" type="ofx:AccountIdType" minOccurs="0"/>
			<xsd:element name="RECID" type="ofx:IdType" minOccurs="0"/>
			<xsd:element name="TAXYEAR" type="ofx:YearType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="INCLUDEPDFATTACHMENTS" type="ofx:BooleanType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.