bazzar/vendor/t_pay/docs/ReportResponse.md

14 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

# 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: <br> (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<br/> 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)) <br/> 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)