AbstractTransactionResponse
OFX / Types / AbstractTransactionResponse
# | Tag | Type |
---|---|---|
1 | TRNUID | GloballyUniqueUserIdType |
2 | STATUS | Status |
3 | CLTCOOKIE | IdType |
XSD
<xsd:complexType name="AbstractTransactionResponse" abstract="true"> <xsd:complexContent> <xsd:extension base="ofx:AbstractResponse"> <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:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>