GetClosedBatchTransactionsRequest
class GetClosedBatchTransactionsRequest
Class GetClosedBatchTransactionsRequest.
GetClosedBatchTransactions lists the individual credit card transactions for the siteid and batched specified. A BatchTransaction item is returned for each transaction in the batch. Note that batches only contain credit/debit card transactions and not check or gift card transactions.
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. | |
int | $batchid | Value returned from GetBatchHistory that identifies an individual batch. |
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.