The TransactionsReportRequest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TransactionsReportRequest |
Initializes new instance of TransactionReportRequest.
|
![]() | TransactionsReportRequest(BluefinAccount) |
Initializes new instance of TransactionReportRequest
for the customer account known by account.
|
Methods
Name | Description | |
---|---|---|
![]() | AsBoolean |
Parses string as Bluefin Boolean return.
(Inherited from Request.) |
![]() | Dispose |
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.) |
![]() | Dispose(Boolean) |
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.) |
![]() | Finalize |
Destructor to be called by .NET Garbage Collector.
(Inherited from Request.) |
![]() | IsSupported |
Check to see, if the request is supported.
(Inherited from Request.) |
![]() | IsSupported(String ) |
Check to see, if the request is supported. Sets detailed message, if the request is not supported.
(Inherited from Request.) |
![]() | IsValid |
Validate request data.
(Inherited from Request.) |
![]() | IsValid(String ) |
Validate report request data. Additionally sets detailed error message, if data is invalid.
(Inherited from ReportRequest.) |
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