Class CreditandDebitReportsResponse
Properties
| NAME | TYPE | LENGTH | DESCRIPTION |
|---|---|---|---|
| BatchStatus | string | The status of each batch. Possible responses is
| |
| EffectiveDate | dateTime | 19 | Date and time the batch was processed. |
| BatchID | long | 40 | Unique identifier assigned by the user or systematically for each batch processed. |
| Description | string | 50 | Optional information associated with the batch. Is only returned when a description is populated. |
| Amount | decimal | Total amount of the batch. |
Examples
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<CreditandDebitReportsResponse xmlns="https://ssl.selectpayment.com/PV">
<CreditandDebitReportsResult>
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="NewDataSet" msdata:IsDataSet="true">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Table">
<xs:complexType>
<xs:sequence>
<xs:element name="BatchStatus" type="xs:string" minOccurs="0"/>
<xs:element name="EffectiveDate" type="xs:dateTime" minOccurs="0"/>
<xs:element name="BatchID" type="xs:long" minOccurs="0"/>
<xs:element name="Description" type="xs:string" minOccurs="0"/>
<xs:element name="Amount" type="xs:decimal" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemasmicrosoft-com:xml-diffgram-v1">
<NewDataSet xmlns="">
<Table diffgr:id="Table1" msdata:rowOrder="0">
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2011-02-01T00:00:00.0000000-06:00</EffectiveDate>
<BatchID>10043</BatchID>
<Description>Settlement</Description>
<Amount>1070.6700</Amount>
</Table>
<Table diffgr:id="Table2" msdata:rowOrder="1">
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2011-02-02T00:00:00.0000000-06:00</EffectiveDate>
<BatchID>10043</BatchID>
<Description>Settlement</Description>
<Amount>296.9700</Amount>
</Table>
<Table diffgr:id="Table3" msdata:rowOrder="2">
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2011-02-08T00:00:00.0000000-06:00</EffectiveDate>
<BatchID>10506</BatchID>
<Description>Settlement</Description>
<Amount>239.5000</Amount>
</Table>
<Table diffgr:id="Table4" msdata:rowOrder="3">
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2011-02-08T00:00:00.0000000-06:00</EffectiveDate>
<BatchID>130612</BatchID>
<Description>Remote Deposit</Description>
<Amount>767.4000</Amount>
</Table>
</NewDataSet>
</diffgr:diffgram>
</CreditandDebitReportsResult>
</CreditandDebitReportsResponse>
</soap:Body>
</soap:Envelope>