http://retail3000.net/Retail3000Webservice/PosComponents
PaymentTypeInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : PaymentTypeInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of DerivableInfo Complex Type
Diagram
ConfirmPaymentType Element SignatureRequired Element IsCompressLedger Element IsAutoCalculateChange Element FollowupNumber Element IsRoundAmount Element IsCancelled Element IsOpenCashDrawer Element IsChangeAllowed Element EftIssuerCodes Element AllowanceProductId Element AllowancePercentage Element AllowanceValue Element CopyReceipts Element MaximumEftOverPayment Element EftDeviceNumber Element ShortKey Element PaymentType Element MaximumAmount Element MinimumAmount Element Description Element ShortDescription Element GiftCardTypeId Element LedgerId Element CurrencyId Element SaleTypeId Element CustomerId Element IsDerived Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence PaymentTypeInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
IsDerived xs:boolean
CustomerId xs:int
SaleTypeId xs:int
CurrencyId xs:int
LedgerId xs:int
ShortDescription optional xs:string
Description optional xs:string
MinimumAmount xs:decimal
MaximumAmount xs:decimal
ShortKey optional xs:string
CopyReceipts xs:unsignedByte
AllowanceValue xs:decimal
EftIssuerCodes optional xs:string
IsChangeAllowed xs:boolean
IsOpenCashDrawer xs:boolean
IsCancelled xs:boolean
IsRoundAmount xs:boolean
IsCompressLedger xs:boolean
Used By
NewPaymentTypeInfoResult Element
paymentType Element
GetSinglePaymentTypeResult Element
paymentType Element
paymentType Element
paymentType Element
paymentType Element
Source
<xs:complexType name="PaymentTypeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:DerivableInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="CustomerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="SaleTypeId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CurrencyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="LedgerId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="GiftCardTypeId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="ShortDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="MinimumAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="MaximumAmount" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="PaymentType" type="tns:PaymentType" />
        <xs:element minOccurs="0" maxOccurs="1" name="ShortKey" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="EftDeviceNumber" type="xs:short" />
        <xs:element minOccurs="1" maxOccurs="1" name="MaximumEftOverPayment" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="CopyReceipts" type="xs:unsignedByte" />
        <xs:element minOccurs="1" maxOccurs="1" name="AllowanceValue" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="AllowancePercentage" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="1" maxOccurs="1" name="AllowanceProductId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="EftIssuerCodes" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsChangeAllowed" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsOpenCashDrawer" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsRoundAmount" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="FollowupNumber" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsAutoCalculateChange" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="IsCompressLedger" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="SignatureRequired" type="xs:boolean" />
        <xs:element minOccurs="1" maxOccurs="1" name="ConfirmPaymentType" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents