GetBatchHistoryRequest
class GetBatchHistoryRequest
Class GetBatchHistoryRequest.
GetBatchHistory returns records representing data for each batch within the specified date range. Each record represents a batch of transactions, and contains a unique Batch ID that can be provided to GetClosedBatchTransactions to retrieve the actual transactions in that batch.
Traits
Properties
string | $username | Username or API Access Credential that accesses web service. | |
string | $password | Plaintext password for the client account. | |
int | $siteid | Assigned by the Slim CD administrator. | |
string | $startdate | Date of beginning of search. | |
string | $enddate | Date of end of search. |
Methods
array
jsonSerialize()
Returns the instantiated class's properties as an array.
from jsonSerializeTrait
Details
in jsonSerializeTrait at line 12
array
jsonSerialize()
Returns the instantiated class's properties as an array.