http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
InvoicePaymentInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : InvoicePaymentInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Base Type
Extension of Info Complex Type
Diagram
CashFlowId Element Note Element PaymentDateTime Element Paid Element Probability Element ReceivedBankPaymentId Element CashSaleRowId Element InvoiceId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence InvoicePaymentInfo Complex Type
Overview
Sequence
Used By
NewInvoicePaymentInfoResult Element
invoicePayment Element
GetSingleInvoicePaymentResult Element
invoicePayment Element
invoicePayment Element
Source
<xs:complexType name="InvoicePaymentInfo" 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="InvoiceId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashSaleRowId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="ReceivedBankPaymentId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Probability" type="tns:InvoicePaymentMatchProbability" />
        <xs:element minOccurs="1" maxOccurs="1" name="Paid" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PaymentDateTime" type="xs:dateTime" />
        <xs:element minOccurs="0" maxOccurs="1" name="Note" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="CashFlowId" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents