ProfileTransactionResponse
OFX / Types / ProfileTransactionResponse
| # | Tag | Type |
|---|---|---|
| 1 | TRNUID | GloballyUniqueUserIdType |
| 2 | STATUS | Status |
| 3 | CLTCOOKIE | IdType |
| 4 | OFXEXTENSION | OFXExtensionType |
| 5 | PROFRS | ProfileResponse |
Usages:
- ProfileResponseMessageSetV1 PROFTRNRS
XSD
<xsd:complexType name="ProfileTransactionResponse">
<xsd:annotation>
<xsd:documentation>
The OFX element "PROFTRNRS" is of type "ProfileTransactionResponse"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractTransactionResponse">
<xsd:sequence>
<xsd:element name="OFXEXTENSION" type="ofx:OFXExtensionType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="PROFRS" type="ofx:ProfileResponse" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>