GetBatchSummaryRequest
class GetBatchSummaryRequest
Class GetBatchSummaryRequest.
GetBatchSummary iterates through batches in the specified date range and creates summations for the batches within the requested range. Transaction counts, gross sales, gross refunds and net income are returned whenever possible.
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.