Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 967 Bytes

File metadata and controls

16 lines (13 loc) · 967 Bytes

# TransactionReportDto

Properties

Name Type Description Notes
id int The ID of the transaction request. [optional]
uuid string The UUID of the transaction report. [optional]
date_created int The date and time, encoded into UNIX epoch timestamps. [optional]
last_updated int The date and time, encoded into UNIX epoch timestamps. [optional]
expiry_date int The date and time, encoded into UNIX epoch timestamps. [optional]
status string The status of the transaction report. [optional]
type string The type of the report. [optional]
request_data \OpenAPI\Client\Model\TransactionReportRequestDataDto [optional]

[Back to Model list] [Back to API list] [Back to README]