Tax1097TransactionResponse
OFX / Types / Tax1097TransactionResponse
| # | Tag | Type |
|---|---|---|
| 1 | TRNUID | GloballyUniqueUserIdType |
| 2 | STATUS | Status |
| 3 | CLTCOOKIE | IdType |
| 4 | OFXEXTENSION | OFXExtensionType |
| 5 | TAX1097RS | Tax1097Response |
Usages:
- Tax1097ResponseMessageSetV1 TAX1097TRNRS
XSD
<xsd:complexType name="Tax1097TransactionResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "TAX1097TRNRS" is of type "Tax1097TransactionResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="TRNUID" type="ofx:GloballyUniqueUserIdType"/>
<xsd:element name="STATUS" type="ofx:Status"/>
<xsd:element name="CLTCOOKIE" type="ofx:IdType" minOccurs="0"/>
<xsd:element name="OFXEXTENSION" type="ofx:OFXExtensionType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="TAX1097RS" type="ofx:Tax1097Response" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>