http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
CashFlowInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : CashFlowInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Base Type
Extension of Info Complex Type
Diagram
LedgerId Element CashSaleRowId Element InvoiceId Element DebtorId Element CustomerId Element ConversionId Element TransactionDateTime Element TransactionNumber Element Price Element CashFlowType Element Description Element ExpenseTypeId Element PaymentTypeId Element ReceiptId Element UserId Element PosTerminalId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence CashFlowInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
UserId xs:int
ReceiptId xs:int
Description optional xs:string
Price xs:decimal
CustomerId xs:int
DebtorId xs:int
InvoiceId xs:int
LedgerId xs:int
Used By
NewCashFlowInfoResult Element
GetSingleCashFlowResult Element
info Element
Source
<xs:complexType name="CashFlowInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PosTerminalId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="UserId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReceiptId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PaymentTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ExpenseTypeId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashFlowType" type="tns:CashFlowType" />
        <xs:element minOccurs="1" maxOccurs="1" name="Price" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="TransactionNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="TransactionDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="ConversionId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DebtorId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoiceId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashSaleRowId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LedgerId" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents