TaxPDFResponse
OFX / Types / TaxPDFResponse
# | Tag | Type |
---|---|---|
1 | ACCTNUM | AccountIdType |
2 | SSN | GenericNameType |
3 | TAXPDF_V100 | TaxDocumentAsPDF_V100 |
Usages:
- TaxPDFTransactionResponse TAXPDFRS
XSD
<xsd:complexType name="TaxPDFResponse"> <xsd:annotation> <xsd:documentation>The OFX element "TAXPDFRS" is of type "TaxPDFResponse"</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="ACCTNUM" type="ofx:AccountIdType" minOccurs="0"/> <xsd:element name="SSN" type="ofx:GenericNameType" minOccurs="0"/> <xsd:choice maxOccurs="unbounded"> <xsd:element name="TAXPDF_V100" type="ofx:TaxDocumentAsPDF_V100"/> </xsd:choice> </xsd:sequence> </xsd:complexType>