<xs:complexType name="CashDeclarationSafeTransactionsFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationDepositId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationWithdrawalId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationAttributeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="DueDate" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="LedgerId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashDeclarationSafeTransactionType" type="tns:CashDeclarationSafeTransactionType" />
</xs:sequence>
</xs:complexType>
|