https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / CreatePaymentProxyResponse Element
In This Topic
    CreatePaymentProxyResponse Element
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Overview
    Sequence
    Sequence
    Amount optional xs:decimal
    Date optional xs:dateTime
    Memo optional xs:string
    ReferenceNumber optional xs:string
    TransferredToQuickBooksDesktop optional xs:boolean
    Source
    <xs:element name="CreatePaymentProxyResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="CreatePaymentProxyResult" nillable="true" type="tns:Payment" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also