TaxW2GTransactionResponse
OFX / Types / TaxW2GTransactionResponse
| # | Tag | Type |
|---|---|---|
| 1 | TRNUID | GloballyUniqueUserIdType |
| 2 | STATUS | Status |
| 3 | CLTCOOKIE | IdType |
| 4 | OFXEXTENSION | OFXExtensionType |
| 5 | TAXW2GRS | TaxW2GResponse |
Usages:
- TaxW2GResponseMessageSetV1 TAXW2GTRNRS
XSD
<xsd:complexType name="TaxW2GTransactionResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "TAXW2GTRNRS" is of type "TaxW2GTransactionResponse"
</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="TAXW2GRS" type="ofx:TaxW2GResponse" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>