http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
ViewPrePaymentInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : ViewPrePaymentInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Base Type
Extension of PrePaymentInfo Complex Type
Diagram
InvoiceSaleNumber Element SaleOrderNumber Element IsSibblingPrePayment Element PaymentTypeId Element TransactionNumber Element PrePaymentTypeDescription Element PrePaymentTypeCode Element ProcessedAmount Element RemainingAmount Element ParentPrePaymentNumber Element Note Element Paid Element InvoiceSaleId Element CashSaleRowId Element PosTerminalId Element PrePaymentTypeId Element ProductId Element UserId Element SaleOrderId Element CustomerId Element ParentPrePaymentId Element PrePaymentRequestId Element PrePaymentNumber Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewPrePaymentInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
CustomerId xs:int
UserId xs:int
ProductId xs:int
Paid xs:decimal
Note optional xs:string
RemainingAmount xs:decimal
ProcessedAmount xs:decimal
PrePaymentTypeCode optional xs:string
PrePaymentTypeDescription optional xs:string
Used By
ViewPrePaymentInfo Element
Source
<xs:complexType name="ViewPrePaymentInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:PrePaymentInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="ParentPrePaymentNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="RemainingAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProcessedAmount" type="xs:decimal" />
        <xs:element minOccurs="0" maxOccurs="1" name="PrePaymentTypeCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="PrePaymentTypeDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="TransactionNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PaymentTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsSibblingPrePayment" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleOrderNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleNumber" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents