CancelSessionRequest
class CancelSessionRequest
Class CancelSessionRequest.
CancelSession is used to cancel a session. Cancelling a session will prevent the clerk from performing payment processing. Cancelling a session may not be possible if the payment has already been completed (in which case a VOID transaction must be performed on the gateway), or if the payment is currently in-process for payment processing with the credit card companies.
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.