class GetReceiptRequest

Class GetReceiptRequest.

GetReceipt returns a content-type of text/plain that contains the data for the receipt. If an error occurs, GetReceipt sets the HTTP status code and status text to represent the error. If successful, the status code is set to 200 and the text for the receipt is returned as the body of the response.

Traits

Properties

string $username Username or API Access Credential that accesses web service.
string $password Plaintext password for the client account.
int $gateid Gateway ID for previous transaction.

Methods

array
jsonSerialize()

Returns the instantiated class's properties as an array.

Details

in jsonSerializeTrait at line 12
array jsonSerialize()

Returns the instantiated class's properties as an array.

Return Value

array