TransactionsReportRequest PropertiesBluefin Web Client API Documentation
The TransactionsReportRequest type exposes the following members.
Properties

  NameDescription
Public propertyAccessKey
Gets string of account access key assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyAccountID
Gets string of account number assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyActionDate
Gets or sets value of action date for ACH transactions to be included in the report.
Public propertyAmount
Gets or sets the amount of the original transaction.
Public propertyAmountMax
Gets or sets the minimum amount of a transaction amount range.
Public propertyAmountMin
Gets or sets the minimum amount of a transaction amount range.
Public propertyBatchDetail
Gets or sets value of batch_detail flag.
Public propertyCashier
Gets or sets string of the name or id of the cashier that originated the transaction.
Public propertyCustomData
Gets or sets CustomData. Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.)
Public propertyCustomID
Gets or sets string of custom ID.
(Inherited from Request.)
Public propertyEndDate
Gets or sets the string value for the end of the range that TransactionDate shall fall into
Public propertyFileName
Gets or sets file name where to write downloaded report. Required, if PersistMode property get FILE flag set.
(Inherited from ReportRequest.)
Public propertyGroup
Gets or set Group assosiated with request.
Public propertyName
Gets or sets string of the name used for the customer on original transaction.
Public propertyPersistMode
Gets or sets ReportRequest PersistModeOptions flags indicating the way of persisting desired report.
(Inherited from ReportRequest.)
Public propertyReportFormat
Gets or sets report response format.
(Inherited from ReportRequest.)
Public propertyStartDate
Gets or sets the string value for start of the range that TransactionDate shall fall into
Public propertyStatus
Gets or sets the value of StatusType assosiated with the instance of this request.
Public propertyTenderType
Gets or sets transaction tender type to include in the report.
Public propertyTraceID
Gets or sets string representation of "back-end" transaction id.
Public propertyTransactionDate
Gets or sets value of transaction date for transactions to be included in the report.
Public propertyTransactionID
Gets or sets string representation of "front-end" transaction id.
Back to Top
See Also