Class GetCreditandDebitReportsResponse
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. |
| 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/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetCreditandDebitReportsResponse xmlns="https://ssl.selectpayment.com/PV">
<GetCreditandDebitReportsResult>
<WSCreditDebitReport>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-14T00:00:00</EffectiveDate>
<BatchId>7612344</BatchId>
<Description>Settlement</Description>
<Amount>13.0200</Amount>
</WSCreditDebitReport>
<WSCreditDebitReport>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-15T00:00:00</EffectiveDate>
<BatchId>7612345</BatchId>
<Description>Settlement</Description>
<Amount>1.0100</Amount>
</WSCreditDebitReport>
<WSCreditDebitReport>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-15T00:00:00</EffectiveDate>
<BatchId>7612336</BatchId>
<Description>Remote Deposit</Description>
<Amount>188.2700</Amount>
</WSCreditDebitReport>
<WSCreditDebitReport>
<BatchStatus>Processed</BatchStatus>
<EffectiveDate>2012-02-22T00:00:00</EffectiveDate>
<BatchId>7711236</BatchId>
<Description>Settlement</Description>
<Amount>4.0000</Amount>
</WSCreditDebitReport>
</GetCreditandDebitReportsResult>
</GetCreditandDebitReportsResponse>
</soap:Body>
</soap:Envelope>