http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK / PaymentBase Complex Type
In This Topic
    PaymentBase Complex Type
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
    Overview
    Sequence
    Amount optional xs:decimal
    Date optional xs:dateTime
    Memo optional xs:string
    ReferenceNumber optional xs:string
    TransferredToQuickBooksDesktop optional xs:boolean
    Used By
    Source
    <xs:complexType name="PaymentBase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" name="Amount" type="xs:decimal" />
        <xs:element minOccurs="0" name="Date" type="xs:dateTime" />
        <xs:element minOccurs="0" name="ID" type="ser:guid" />
        <xs:element minOccurs="0" name="Memo" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ReferenceNumber" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="TransferredToQuickBooksDesktop" type="xs:boolean" />
      </xs:sequence>
    </xs:complexType>
    See Also