Status
OFX / Types / Status
# | Tag | Type |
---|---|---|
1 | CODE | ErrorType |
2 | SEVERITY | SeverityEnum |
3 | MESSAGE | MessageType |
Usages:
- AbstractTransactionResponse STATUS
- ChallengeTransactionResponse STATUS
- MFAChallengeTransactionResponse STATUS
- PinChangeTransactionResponse STATUS
- ProfileTransactionResponse STATUS
- SignonResponse STATUS
- Tax1095TransactionResponse STATUS
- Tax1097TransactionResponse STATUS
- Tax1098TransactionResponse STATUS
- Tax1099TransactionResponse STATUS
- Tax2439TransactionResponse STATUS
- Tax5498TransactionResponse STATUS
- TaxK1TransactionResponse STATUS
- TaxPDFTransactionResponse STATUS
- TaxW2GTransactionResponse STATUS
- TaxW2TransactionResponse STATUS
XSD
<xsd:complexType name="Status"> <xsd:annotation> <xsd:documentation>The OFX element "STATUS" is of type "Status"</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="CODE" type="ofx:ErrorType"/> <xsd:element name="SEVERITY" type="ofx:SeverityEnum"/> <xsd:element name="MESSAGE" type="ofx:MessageType" minOccurs="0"/> </xsd:sequence> </xsd:complexType>