http://retail3000.net/Retail3000Webservice/PosComponents
ViewCashDeclarationPaymentInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : ViewCashDeclarationPaymentInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of CashDeclarationPaymentInfo Complex Type
Diagram
PosPaymentType Element IsCompressLedger Element PaymentTypeDescription Element PrePaymentNumber Element DebtorCode Element DebtorId Element InvoiceNumber Element ConceptInvoiceNumber Element InvoiceSaleTransactionNumber Element CashSaleTransactionNumber Element EftDescription Element PosTerminalDescription Element PosTerminalNumber Element PaymentTypeId Element InvoiceId Element InvoiceSaleId Element PaymentType Element CashSaleRowId Element Description Element DueDate Element LedgerId Element Amount Element EftDeviceNumber Element PosTerminalId Element CashDeclarationAttributeId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewCashDeclarationPaymentInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
Amount xs:decimal
LedgerId xs:int
DueDate xs:dateTime
Description optional xs:string
InvoiceId xs:int
PosTerminalDescription optional xs:string
EftDescription optional xs:string
DebtorId xs:int
DebtorCode optional xs:string
PaymentTypeDescription optional xs:string
IsCompressLedger xs:boolean
Used By
ViewCashDeclarationPaymentInfo Element
Source
<xs:complexType name="ViewCashDeclarationPaymentInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:CashDeclarationPaymentInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="PosTerminalNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="PosTerminalDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="EftDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashSaleTransactionNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleTransactionNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ConceptInvoiceNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoiceNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="DebtorId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="DebtorCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="PrePaymentNumber" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="PaymentTypeDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCompressLedger" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="PosPaymentType" type="tns:PaymentType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents