TransactionsReportRequest MembersBluefin Web Client API Documentation

The TransactionsReportRequest type exposes the following members.
Constructors

  NameDescription
Public methodTransactionsReportRequest 
Initializes new instance of TransactionReportRequest.
Public methodTransactionsReportRequest(BluefinAccount)
Initializes new instance of TransactionReportRequest for the customer account known by account.
Back to Top
Methods

  NameDescription
Protected methodAsBoolean
Parses string as Bluefin Boolean return.
(Inherited from Request.)
Public methodDispose 
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.)
Protected methodDispose(Boolean)
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.)
Protected methodFinalize
Destructor to be called by .NET Garbage Collector.
(Inherited from Request.)
Public methodIsSupported 
Check to see, if the request is supported.
(Inherited from Request.)
Public methodIsSupported(String )
Check to see, if the request is supported. Sets detailed message, if the request is not supported.
(Inherited from Request.)
Public methodIsValid 
Validate request data.
(Inherited from Request.)
Public methodIsValid(String )
Validate report request data. Additionally sets detailed error message, if data is invalid.
(Inherited from ReportRequest.)
Back to Top
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