The TransactionsReportResponse 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.) |
![]() | 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.) |
![]() | Details |
Gets collection of report details. This property is set only,
if report request's PersistMode property
had the flag MEMORY set
(Inherited from ReportResponse T .) |
![]() | Error |
Gets boolean value of response variable error.
(Inherited from Response.) |
![]() | ErrorCode |
Gets integer value of response variable error_code.
(Inherited from Response.) |
![]() | ErrorMessage |
Gets string value of response variable error_message.
(Inherited from Response.) |
![]() | FileName |
Gets file name where report was persisted. This property is set only,
if report request's PersistMode property
had the flag FILE set
(Inherited from ReportResponse T .) |
See Also