Class GetHistoricalEventsRequest
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| storeId | long | Y | Unique user ID generated by EPS. (See - Required Data Elements) | |
| storeKey | string | Y | Unique password generated by EPS. (See - Required Data Elements) | |
| entityId | int | Y | Unique identifier that is generated by EPS. (See - Required Data Elements) | |
| wsdisplayFields | enum of Type WSDisplayFields | Y | Available fields that can be included in the report. (See - Required Data Elements) Valid values are:
Note: This element cannot be Null. If __NONE is applied, only the default fields designated above will be displayed. Note: The field Event_Datastring is equivalent to the “Description” column when viewing a transaction’s event history from the SmartPay Business. | |
| locationIds | int | Y | Unique identifier generated by EPS for each location. (See - Required Data Elements) This element can be repeated in the request for each location. | |
| wstransEvents | enum of Type WSTransactionEvent | Y | Events by which a transaction could be affected. Include as many or as few as are needed in the request. Valid values are:
| |
| wstransStatus | enum of Type WSTransactionStatus | Statuses of a transaction. (See - Optional Data Elements) Valid values are:
This element can be repeated in the request for each Transaction Status. If null, all transaction statuses will be assumed. | ||
| wssettlementType | enum of Type WSSettlementType | Type of transaction. (See - Optional Data Elements) Valid values are:
This element can be repeated in the request for each Settlement Type. If null, all settlement types will be assumed. Note: The element wssettlementType is equivalent to the “OriginatedAs” option on the SmartPay Business. | ||
| wspaymentType | enum of Type WSPaymentType | Type of payment. (See - Optional Data Elements) Valid values are:
| ||
| wspaymentOrigin | enum of Type WSPaymentOrigin | Method by which the transaction was originated. (See - Optional Data Elements) Valid values are:
This element can be repeated in the request for each Payment Origin option. If null or __NONE, all payment origins will be assumed. | ||
| wssettlementStatus | enum of Type WSSettlementStatus | Settlement disposition of a transaction. (See - Optional Data Elements) Valid values:
This element can be repeated in the request for each Settlement Status. If null, all settlement statuses will be assumed. | ||
| wsauthResponseCode | enum of Type WSAuthResponseCode | (See - Optional Data Elements) Valid values are:
| ||
| wsopType | enum of Type WSOperationType | Transaction operation types. (See - Optional Data Elements) Valid values are:
| ||
| beginTransDate | DateTime | Y | This element represents the date from which to start gathering transaction information. | |
| endTransDate | DateTime | Y | This element represents the last date to use for gathering transaction information. | |
| fromAmount | string | This element is used in conjunction with toAmount to request either transactions for a specific amount or transactions within an amount range. | ||
| toAmount | string | This element is used in conjunction with fromAmount to request either transactions for a specific amount or transactions within an amount range. |