http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
SalePaymentTotalInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents : SalePaymentTotalInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents
Base Type
Extension of CBOInfo Complex Type
Diagram
IsoCurrencyCode Element CurrencyCode Element CurrencyDescription Element PaymentTypeShortDescription Element PaymentTypeDescription Element NumberOfChangeAmounts Element NumberOfRoundAmounts Element NumberOfPayments Element IsRoundAmount Element TotalPaid Element CurrencyId Element PaymentTypeId Element CompanyId Element Sequence SalePaymentTotalInfo Complex Type
Overview
Sequence
CompanyId xs:int
CurrencyId xs:int
TotalPaid xs:decimal
IsRoundAmount xs:boolean
PaymentTypeDescription optional xs:string
PaymentTypeShortDescription optional xs:string
CurrencyDescription optional xs:string
CurrencyCode optional xs:string
IsoCurrencyCode optional xs:string
Source
<xs:complexType name="SalePaymentTotalInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:CBOInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="PaymentTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CurrencyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="TotalPaid" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsRoundAmount" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="NumberOfPayments" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="NumberOfRoundAmounts" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="NumberOfChangeAmounts" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="PaymentTypeDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="PaymentTypeShortDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CurrencyDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="CurrencyCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="IsoCurrencyCode" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceFinancialComponents