SearchSessionsRequest
class SearchSessionsRequest
Class SearchSessionsRequest.
Returns a list of all the session matching the search criteria. Search is performed on a date range. Returned data includes session id, approved, approvedamt, etc.
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. | |
int | $clientid | Assigned by the Slim CD administrator. | |
string | $sessionid | HEX string uniquely representing the session. | |
int | $amount | Amount of the transaction, which can override the amount specified by CreateSession. | |
string | $approvedamt | ||
string | $transtype | ||
string | $cardpart | ||
string | $approved | ||
int | $gateid | ||
string | $completed | ||
string | $cancelled | ||
string | $reverseorder |
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.