The TransactionsReportRequest type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AccessKey |
Gets string of account access key assosiated with the request.
This is the value passed in Request(BluefinAccount) (Inherited from Request.) |
![]() | AccountID |
Gets string of account number assosiated with the request.
This is the value passed in Request(BluefinAccount) (Inherited from Request.) |
![]() | ActionDate |
Gets or sets value of action date for ACH transactions to be included in the report.
|
![]() | Amount |
Gets or sets the amount of the original transaction.
|
![]() | AmountMax |
Gets or sets the minimum amount of a transaction amount range.
|
![]() | AmountMin |
Gets or sets the minimum amount of a transaction amount range.
|
![]() | BatchDetail |
Gets or sets value of batch_detail flag.
|
![]() | Cashier |
Gets or sets string of the name or id of the cashier that originated the transaction.
|
![]() | CustomData |
Gets or sets CustomData.
Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.) |
![]() | CustomID |
Gets or sets string of custom ID.
(Inherited from Request.) |
![]() | EndDate |
Gets or sets the string value for the end of the range that TransactionDate shall fall into
|
![]() | FileName |
Gets or sets file name where to write downloaded report.
Required, if PersistMode property
get FILE flag set.
(Inherited from ReportRequest.) |
![]() | Group |
Gets or set Group assosiated with request.
|
![]() | Name |
Gets or sets string of the name used for the customer on original transaction.
|
![]() | PersistMode |
Gets or sets ReportRequest PersistModeOptions flags indicating
the way of persisting desired report.
(Inherited from ReportRequest.) |
![]() | ReportFormat |
Gets or sets report response format.
(Inherited from ReportRequest.) |
![]() | StartDate |
Gets or sets the string value for start of the range that TransactionDate shall fall into
|
![]() | Status |
Gets or sets the value of StatusType assosiated
with the instance of this request.
|
![]() | TenderType |
Gets or sets transaction tender type to include in the report.
|
![]() | TraceID |
Gets or sets string representation of "back-end" transaction id.
|
![]() | TransactionDate |
Gets or sets value of transaction date for transactions to be included in the report.
|
![]() | TransactionID |
Gets or sets string representation of "front-end" transaction id.
|
See Also