urn:veloconnect:transaction-1.0
complexType TransactionStatusType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:veloconnect:transaction-1.0}TransactionStatusType (restriction)

Documentation
Information über den Zustand, in dem sich eine Transaktion befindet.
Properties
This component is not nillable.

Model
<...>
(TransactionId, StatusCode, Transaction? )
</...>


Nested Element Summary
StatusCodeTypeStatusCode
          
TransactionTypeTransaction
          
xsd:normalizedStringTransactionId
          
Source
<xsd:complexType name="TransactionStatusType">
<xsd:sequence>
<xsd:element name="TransactionId" type="xsd:normalizedString"/>
<xsd:element name="StatusCode" type="StatusCodeType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="Transaction" type="TransactionType"/>
</xsd:sequence>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.