# ReportResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **result** | Option<[**crate::models::Result**](result.md)> | | [optional] **report** | Option<**String**> | Report content encoded in base64. Characters encoding is UTF8. After decoding the report you will get:
(header[NL], empty line[NL], columns description[NL], transactions list, each in new line, where [NL] is a new line indicator): Summary of transactions and refunds sorted by dates
LP;Transaction ID;Transaction amount;Paid amount;commission %;flat commission; commission taken;Transaction CRC;Transaction description;Payment date;Refund date;E-mail;Customer name;Address;Postal code;City;Country;Phone;Additional description (Acquirer (Elavon / eService));RRN (Acquirer (Elavon / eService))
Columns are separated by ; (semicolon). | [optional] **err** | Option<[**crate::models::TransactionErrorCodes**](transaction_error_codes.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)