GetSessionFieldsRequest
class GetSessionFieldsRequest
Class GetSessionFieldsRequest.
Returns all of the session’s “user data”. Any prefilled data will be stored here. Any fields on the page will also be displayed once the user clicks SUBMIT to save that data as the page is processed.
Traits
Properties
string | $username | Username or API Access Credential that accesses web service. | |
string | $password | Plaintext password for the client account. | |
string | $sessionid | HEX string uniquely representing the session. |
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.