Broadcast Response Batch Closing¶
Object containing information about the batch that was closed and will be sent in an Android Broadcast.
| Name | Type | Mandatory | Description |
|---|---|---|---|
succeeded |
Boolean |
Yes | Indicates whether the batch close was successful. Where it returns false if there was an error in closing the batch and true if it was successful. |
response |
SettleRequestResponse (DEPRECATED) |
No | Response object for successful batch closing cases. Note that in cases of error, it will not be returned. (see closeBatch() or class documentation.) |
responseV2 |
SettleRequestResponseV2 |
No | Response object for successful batch closing cases. Note that in cases of error, it will not be returned. (see closeBatchV2() or class documentation.) |
error |
ErrorData |
No | Response object for error cases in batch closing. Note that in cases of success, it will not be returned. (see closeBatch() or class documentation.) |
errorV2 |
ErrorDataV2 |
No | Response object for error cases in batch closing. Note that in cases of success, it will not be returned. (see closeBatchV2() or class documentation.) |